#074945

Color #074945 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #074945

Tints of Cyprus #074945

Color information

#074945 (or 0x074945) is unknown color: approx Cyprus. HEX triplet: 07, 49 and 45. RGB value is (7,73,69). Sum of RGB (Red+Green+Blue) = 7+73+69=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #074945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074945 is #F8B6BA. Grayscale: #343434. Windows color (decimal): -16299707 or 4540679. OLE color: 4540679.

HSL color Cylindrical-coordinate representation of color #074945: hue angle of 176.36º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074945 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB77369-
CMYK0.9000.050.71
HSL176.36º82.5%15.69%-
HSV(B)176.36º90.41%28.63%-
XYZ3.545.246.45-
YUV52.81137.1395.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 69 (27.34% from 255) = 46.31%
R=4.70%
G=48.99%
B=46.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal773690.9000.050.71176.3682.515.69
Hex749455A0547b05210
Octal71111051320510726012220
Binary1111001001100010110110100101100011110110000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074945; }

 p { color: rgb(7,73,69); }

 H1.HeaderClassName
 {
   color: #074945;
 }
 .AnyTagClassName
 {
   color: #074945;
 }
</style>
background-color css

<style>
 a { background-color: #074945; }

 a { background-color: rgb(7,73,69); }

 div.DivClassName
 {
   background-color: #074945;
 }
 .BgClassName
 {
   background-color: #074945;
 }
</style>
border-color css

<style>
 span { border-color: #074945; }

 span { border-color: rgb(7,73,69); }

 td.TdClassName
 {
   border-color: #074945;
 }
 .TagClassName
 {
   border-color: #074945;
 }
</style>