Html Css Color HEX #06600F Green

📋 copy color: '#06600F'

red 6 ◦ green 96 ◦ blue 15

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

Shades of Green #06600F

Tints of Green #06600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 82.05%

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 5.13%
G = 82.05%
B = 12.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#06600F (or 0x06600F) is known color: Green. HEX triplet: 06, 60 and 0F. RGB value is (6,96,15). Sum of RGB (Red+Green+Blue) = 6+96+15=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #06600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06600F is #F99FF0. Grayscale: #3C3C3C. Windows color (decimal): -16359409 or 1007622. OLE color: 1007622.

HSL color Cylindrical-coordinate representation of color #06600F: hue angle of 126º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06600F is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 15 -
CMYK 0.94 0 0.84 0.62
HSL 126º 0.88% 0.2% -
HSV(B) 126º 0.94% 0.38% -
XYZ 4.34 8.44 1.85 -
YUV 59.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 6 96 15 0.94 0 0.84 0.62 126 0.88 0.2
Hex 6 60 F 5E 0 54 3E 7E 58 14
Octal 6 140 17 136 0 124 76 176 130 24
Binary 110 1100000 1111 1011110 0 1010100 111110 1111110 1011000 10100

Color Harmonies of #06600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06600F

Black with #06600F

Text Example


Text Example

White with #06600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06600F; }

 p { color: rgb(6,96,15); }

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

background-color css

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

 a { background-color: rgb(6,96,15); }

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

border-color css

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

 span { border-color: rgb(6,96,15); }

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