Html Css Color HEX #076842 Jewel

📋 copy color: '#076842'

red 7 ◦ green 104 ◦ blue 66

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

Shades of Jewel #076842

Tints of Jewel #076842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.76%

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

R = 3.95%
G = 58.76%
B = 37.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#076842 (or 0x076842) is known color: Jewel. HEX triplet: 07, 68 and 42. RGB value is (7,104,66). Sum of RGB (Red+Green+Blue) = 7+104+66=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #076842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076842 is #F897BD. Grayscale: #464646. Windows color (decimal): -16291774 or 4352007. OLE color: 4352007.

HSL color Cylindrical-coordinate representation of color #076842: hue angle of 156.49º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076842 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 66 -
CMYK 0.93 0 0.37 0.59
HSL 156.49º 0.87% 0.22% -
HSV(B) 156.49º 0.93% 0.41% -
XYZ 6.02 10.34 6.83 -
YUV 70.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 7 104 66 0.93 0 0.37 0.59 156.49 0.87 0.22
Hex 7 68 42 5D 0 25 3B 9C 57 16
Octal 7 150 102 135 0 45 73 234 127 26
Binary 111 1101000 1000010 1011101 0 100101 111011 10011100 1010111 10110

Color Harmonies of #076842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076842

Black with #076842

Text Example


Text Example

White with #076842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076842; }

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

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

background-color css

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

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

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

border-color css

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

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

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