Html Css Color HEX #06730C Green

📋 copy color: '#06730C'

red 6 ◦ green 115 ◦ blue 12

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

Shades of Green #06730C

Tints of Green #06730C

RGB

 RED value IS 6 (2.73% from 255) = 4.51%

 GREEN value IS 115 (45.31% from 255) = 86.47%

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

R = 4.51%
G = 86.47%
B = 9.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#06730C (or 0x06730C) is known color: Green. HEX triplet: 06, 73 and 0C. RGB value is (6,115,12). Sum of RGB (Red+Green+Blue) = 6+115+12=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 115 (45.31% from 255 or 86.47% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 115 - color contains mainly: green. Hex color #06730C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06730C is #F98CF3. Grayscale: #464646. Windows color (decimal): -16354548 or 815878. OLE color: 815878.

HSL color Cylindrical-coordinate representation of color #06730C: hue angle of 123.3º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06730C is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 115 12 -
CMYK 0.95 0 0.90 0.55
HSL 123.3º 0.9% 0.24% -
HSV(B) 123.3º 0.95% 0.45% -
XYZ 6.27 12.33 2.4 -
YUV 70.67 94.89 81.88 -
System Red Green Blue C M Y K H S L
Decimal 6 115 12 0.95 0 0.90 0.55 123.3 0.9 0.24
Hex 6 73 C 5F 0 5A 37 7B 5A 18
Octal 6 163 14 137 0 132 67 173 132 30
Binary 110 1110011 1100 1011111 0 1011010 110111 1111011 1011010 11000

Color Harmonies of #06730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06730C

Black with #06730C

Text Example


Text Example

White with #06730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,115,12); }

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

background-color css

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

 a { background-color: rgb(6,115,12); }

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

border-color css

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

 span { border-color: rgb(6,115,12); }

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