Html Css Color HEX #076142 Jewel

📋 copy color: '#076142'

red 7 ◦ green 97 ◦ blue 66

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

Shades of Jewel #076142

Tints of Jewel #076142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.06%

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

R = 4.12%
G = 57.06%
B = 38.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#076142 (or 0x076142) is known color: Jewel. HEX triplet: 07, 61 and 42. RGB value is (7,97,66). Sum of RGB (Red+Green+Blue) = 7+97+66=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #076142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076142 is #F89EBD. Grayscale: #424242. Windows color (decimal): -16293566 or 4350215. OLE color: 4350215.

HSL color Cylindrical-coordinate representation of color #076142: hue angle of 159.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076142 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 66 -
CMYK 0.93 0 0.32 0.62
HSL 159.33º 0.87% 0.2% -
HSV(B) 159.33º 0.93% 0.38% -
XYZ 5.35 8.99 6.61 -
YUV 66.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 7 97 66 0.93 0 0.32 0.62 159.33 0.87 0.2
Hex 7 61 42 5D 0 20 3E 9F 57 14
Octal 7 141 102 135 0 40 76 237 127 24
Binary 111 1100001 1000010 1011101 0 100000 111110 10011111 1010111 10100

Color Harmonies of #076142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076142

Black with #076142

Text Example


Text Example

White with #076142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076142; }

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

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

background-color css

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

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

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

border-color css

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

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

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