Html Css Color HEX #075542 Cyprus

📋 copy color: '#075542'

red 7 ◦ green 85 ◦ blue 66

#075542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #075542

Tints of Cyprus #075542

RGB

 RED value IS 7 (3.13% from 255) = 4.43%

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 4.43%
G = 53.8%
B = 41.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#075542 (or 0x075542) is known color: Cyprus. HEX triplet: 07, 55 and 42. RGB value is (7,85,66). Sum of RGB (Red+Green+Blue) = 7+85+66=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #075542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075542 is #F8AABD. Grayscale: #3B3B3B. Windows color (decimal): -16296638 or 4347143. OLE color: 4347143.

HSL color Cylindrical-coordinate representation of color #075542: hue angle of 165.38º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075542 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 85 66 -
CMYK 0.92 0 0.22 0.67
HSL 165.38º 0.85% 0.18% -
HSV(B) 165.38º 0.92% 0.33% -
XYZ 4.32 6.94 6.27 -
YUV 59.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 7 85 66 0.92 0 0.22 0.67 165.38 0.85 0.18
Hex 7 55 42 5C 0 16 43 A5 55 12
Octal 7 125 102 134 0 26 103 245 125 22
Binary 111 1010101 1000010 1011100 0 10110 1000011 10100101 1010101 10010

Color Harmonies of #075542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075542

Black with #075542

Text Example


Text Example

White with #075542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075542; }

 p { color: rgb(7,85,66); }

 H1.HeaderClassName
 {
   color: #075542;
 }
 .AnyTagClassName
 {
   color: #075542;
 }
</style>

background-color css

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

 a { background-color: rgb(7,85,66); }

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

border-color css

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

 span { border-color: rgb(7,85,66); }

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