Html Css Color HEX #076F0C Green

📋 copy color: '#076F0C'

red 7 ◦ green 111 ◦ blue 12

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

Shades of Green #076F0C

Tints of Green #076F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 85.38%

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 5.38%
G = 85.38%
B = 9.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#076F0C (or 0x076F0C) is known color: Green. HEX triplet: 07, 6F and 0C. RGB value is (7,111,12). Sum of RGB (Red+Green+Blue) = 7+111+12=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 111 (43.75% from 255 or 85.38% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 111 - color contains mainly: green. Hex color #076F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F0C is #F890F3. Grayscale: #444444. Windows color (decimal): -16290036 or 814855. OLE color: 814855.

HSL color Cylindrical-coordinate representation of color #076F0C: hue angle of 122.88º 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 #076F0C is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 111 12 -
CMYK 0.94 0 0.89 0.56
HSL 122.88º 0.88% 0.23% -
HSV(B) 122.88º 0.94% 0.44% -
XYZ 5.84 11.44 2.25 -
YUV 68.62 96.04 84.05 -
System Red Green Blue C M Y K H S L
Decimal 7 111 12 0.94 0 0.89 0.56 122.88 0.88 0.23
Hex 7 6F C 5E 0 59 38 7B 58 17
Octal 7 157 14 136 0 131 70 173 130 27
Binary 111 1101111 1100 1011110 0 1011001 111000 1111011 1011000 10111

Color Harmonies of #076F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F0C

Black with #076F0C

Text Example


Text Example

White with #076F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076F0C; }

 p { color: rgb(7,111,12); }

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

background-color css

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

 a { background-color: rgb(7,111,12); }

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

border-color css

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

 span { border-color: rgb(7,111,12); }

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