Html Css Color HEX #076242 Jewel

📋 copy color: '#076242'

red 7 ◦ green 98 ◦ blue 66

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

Shades of Jewel #076242

Tints of Jewel #076242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.31%

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

R = 4.09%
G = 57.31%
B = 38.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#076242 (or 0x076242) is known color: Jewel. HEX triplet: 07, 62 and 42. RGB value is (7,98,66). Sum of RGB (Red+Green+Blue) = 7+98+66=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #076242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076242 is #F89DBD. Grayscale: #434343. Windows color (decimal): -16293310 or 4350471. OLE color: 4350471.

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

Color convert

RGB 7 98 66 -
CMYK 0.93 0 0.33 0.62
HSL 158.9º 0.87% 0.21% -
HSV(B) 158.9º 0.93% 0.38% -
XYZ 5.44 9.17 6.64 -
YUV 67.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 7 98 66 0.93 0 0.33 0.62 158.9 0.87 0.21
Hex 7 62 42 5D 0 21 3E 9F 57 15
Octal 7 142 102 135 0 41 76 237 127 25
Binary 111 1100010 1000010 1011101 0 100001 111110 10011111 1010111 10101

Color Harmonies of #076242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076242

Black with #076242

Text Example


Text Example

White with #076242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076242; }

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

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

background-color css

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

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

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

border-color css

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

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

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