Html Css Color HEX #00760C Green

📋 copy color: '#00760C'

red 0 ◦ green 118 ◦ blue 12

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

Shades of Green #00760C

Tints of Green #00760C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 118 (46.48% from 255) = 90.77%

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

R = 0%
G = 90.77%
B = 9.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#00760C (or 0x00760C) is known color: Green. HEX triplet: 00, 76 and 0C. RGB value is (0,118,12). Sum of RGB (Red+Green+Blue) = 0+118+12=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 118 (46.48% from 255 or 90.77% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 118 - color contains mainly: green. Hex color #00760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00760C is #FF89F3. Grayscale: #464646. Windows color (decimal): -16746996 or 816640. OLE color: 816640.

HSL color Cylindrical-coordinate representation of color #00760C: hue angle of 126.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00760C is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 12 -
CMYK 1 0 0.90 0.54
HSL 126.1º 1% 0.23% -
HSV(B) 126.1º 1% 0.46% -
XYZ 6.54 12.98 2.51 -
YUV 70.63 94.91 77.62 -
System Red Green Blue C M Y K H S L
Decimal 0 118 12 1 0 0.90 0.54 126.1 1 0.23
Hex 0 76 C 64 0 5A 36 7E 64 17
Octal 0 166 14 144 0 132 66 176 144 27
Binary 0 1110110 1100 1100100 0 1011010 110110 1111110 1100100 10111

Color Harmonies of #00760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00760C

Black with #00760C

Text Example


Text Example

White with #00760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00760C; }

 p { color: rgb(0,118,12); }

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

background-color css

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

 a { background-color: rgb(0,118,12); }

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

border-color css

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

 span { border-color: rgb(0,118,12); }

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