Html Css Color HEX #06680C Green

📋 copy color: '#06680C'

red 6 ◦ green 104 ◦ blue 12

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

Shades of Green #06680C

Tints of Green #06680C

RGB

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

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

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

R = 4.92%
G = 85.25%
B = 9.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#06680C (or 0x06680C) is known color: Green. HEX triplet: 06, 68 and 0C. RGB value is (6,104,12). Sum of RGB (Red+Green+Blue) = 6+104+12=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 104 (41.02% from 255 or 85.25% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 104 - color contains mainly: green. Hex color #06680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06680C is #F997F3. Grayscale: #404040. Windows color (decimal): -16357364 or 813062. OLE color: 813062.

HSL color Cylindrical-coordinate representation of color #06680C: hue angle of 123.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06680C is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 104 12 -
CMYK 0.94 0 0.88 0.59
HSL 123.67º 0.89% 0.22% -
HSV(B) 123.67º 0.94% 0.41% -
XYZ 5.09 9.97 2 -
YUV 64.21 98.53 86.48 -
System Red Green Blue C M Y K H S L
Decimal 6 104 12 0.94 0 0.88 0.59 123.67 0.89 0.22
Hex 6 68 C 5E 0 58 3B 7C 59 16
Octal 6 150 14 136 0 130 73 174 131 26
Binary 110 1101000 1100 1011110 0 1011000 111011 1111100 1011001 10110

Color Harmonies of #06680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06680C

Black with #06680C

Text Example


Text Example

White with #06680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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