Html Css Color HEX #6C9714 Olive Drab

📋 copy color: '#6C9714'

red 108 ◦ green 151 ◦ blue 20

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

Shades of Olive Drab #6C9714

Tints of Olive Drab #6C9714

RGB

 RED value IS 108 (42.58% from 255) = 38.71%

 GREEN value IS 151 (59.38% from 255) = 54.12%

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 38.71%
G = 54.12%
B = 7.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#6C9714 (or 0x6C9714) is known color: Olive Drab. HEX triplet: 6C, 97 and 14. RGB value is (108,151,20). Sum of RGB (Red+Green+Blue) = 108+151+20=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #6C9714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9714 is #9368EB. Grayscale: #7B7B7B. Windows color (decimal): -9660652 or 1349484. OLE color: 1349484.

HSL color Cylindrical-coordinate representation of color #6C9714: hue angle of 79.69º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C9714 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 151 20 -
CMYK 0.28 0 0.87 0.41
HSL 79.69º 0.77% 0.34% -
HSV(B) 79.69º 0.87% 0.59% -
XYZ 17.38 25.37 4.64 -
YUV 123.21 69.75 117.15 -
System Red Green Blue C M Y K H S L
Decimal 108 151 20 0.28 0 0.87 0.41 79.69 0.77 0.34
Hex 6C 97 14 1C 0 57 29 50 4D 22
Octal 154 227 24 34 0 127 51 120 115 42
Binary 1101100 10010111 10100 11100 0 1010111 101001 1010000 1001101 100010

Color Harmonies of #6C9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9714

Black with #6C9714

Text Example


Text Example

White with #6C9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C9714; }

 p { color: rgb(108,151,20); }

 H1.HeaderClassName
 {
   color: #6C9714;
 }
 .AnyTagClassName
 {
   color: #6C9714;
 }
</style>

background-color css

<style>
 a { background-color: #6C9714; }

 a { background-color: rgb(108,151,20); }

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

border-color css

<style>
 span { border-color: #6C9714; }

 span { border-color: rgb(108,151,20); }

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