Html Css Color HEX #077042 Jewel

📋 copy color: '#077042'

red 7 ◦ green 112 ◦ blue 66

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

Shades of Jewel #077042

Tints of Jewel #077042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.54%

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

R = 3.78%
G = 60.54%
B = 35.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#077042 (or 0x077042) is known color: Jewel. HEX triplet: 07, 70 and 42. RGB value is (7,112,66). Sum of RGB (Red+Green+Blue) = 7+112+66=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #077042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077042 is #F88FBD. Grayscale: #4B4B4B. Windows color (decimal): -16289726 or 4354055. OLE color: 4354055.

HSL color Cylindrical-coordinate representation of color #077042: hue angle of 153.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077042 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 66 -
CMYK 0.94 0 0.41 0.56
HSL 153.71º 0.88% 0.23% -
HSV(B) 153.71º 0.94% 0.44% -
XYZ 6.87 12.03 7.11 -
YUV 75.36 122.71 79.24 -
System Red Green Blue C M Y K H S L
Decimal 7 112 66 0.94 0 0.41 0.56 153.71 0.88 0.23
Hex 7 70 42 5E 0 29 38 9A 58 17
Octal 7 160 102 136 0 51 70 232 130 27
Binary 111 1110000 1000010 1011110 0 101001 111000 10011010 1011000 10111

Color Harmonies of #077042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077042

Black with #077042

Text Example


Text Example

White with #077042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077042; }

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

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

background-color css

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

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

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

border-color css

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

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

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