Html Css Color HEX #6C9400 Olive Drab

📋 copy color: '#6C9400'

red 108 ◦ green 148 ◦ blue 0

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

Shades of Olive Drab #6C9400

Tints of Olive Drab #6C9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.81%

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

R = 42.19%
G = 57.81%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#6C9400 (or 0x6C9400) is known color: Olive Drab. HEX triplet: 6C, 94 and 00. RGB value is (108,148,0). Sum of RGB (Red+Green+Blue) = 108+148+0=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9400 is #936BFF. Grayscale: #777777. Windows color (decimal): -9661440 or 37996. OLE color: 37996.

HSL color Cylindrical-coordinate representation of color #6C9400: hue angle of 76.22º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C9400 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 148 0 -
CMYK 0.27 0 1 0.42
HSL 76.22º 1% 0.29% -
HSV(B) 76.22º 1% 0.58% -
XYZ 16.77 24.37 3.82 -
YUV 119.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 108 148 0 0.27 0 1 0.42 76.22 1 0.29
Hex 6C 94 0 1B 0 64 2A 4C 64 1D
Octal 154 224 0 33 0 144 52 114 144 35
Binary 1101100 10010100 0 11011 0 1100100 101010 1001100 1100100 11101

Color Harmonies of #6C9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9400

Black with #6C9400

Text Example


Text Example

White with #6C9400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,148,0); }

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

background-color css

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

 a { background-color: rgb(108,148,0); }

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

border-color css

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

 span { border-color: rgb(108,148,0); }

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