Html Css Color HEX #6C940F Olive Drab

📋 copy color: '#6C940F'

red 108 ◦ green 148 ◦ blue 15

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

Shades of Olive Drab #6C940F

Tints of Olive Drab #6C940F

RGB

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

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

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

R = 39.85%
G = 54.61%
B = 5.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#6C940F (or 0x6C940F) is known color: Olive Drab. HEX triplet: 6C, 94 and 0F. RGB value is (108,148,15). Sum of RGB (Red+Green+Blue) = 108+148+15=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #6C940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C940F is #936BF0. Grayscale: #797979. Windows color (decimal): -9661425 or 1021036. OLE color: 1021036.

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

Color convert

RGB 108 148 15 -
CMYK 0.27 0 0.90 0.42
HSL 78.05º 0.82% 0.32% -
HSV(B) 78.05º 0.9% 0.58% -
XYZ 16.86 24.4 4.27 -
YUV 120.88 68.25 118.81 -
System Red Green Blue C M Y K H S L
Decimal 108 148 15 0.27 0 0.90 0.42 78.05 0.82 0.32
Hex 6C 94 F 1B 0 5A 2A 4E 52 20
Octal 154 224 17 33 0 132 52 116 122 40
Binary 1101100 10010100 1111 11011 0 1011010 101010 1001110 1010010 100000

Color Harmonies of #6C940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C940F

Black with #6C940F

Text Example


Text Example

White with #6C940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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