Html Css Color HEX #6C930E Olive Drab

📋 copy color: '#6C930E'

red 108 ◦ green 147 ◦ blue 14

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

Shades of Olive Drab #6C930E

Tints of Olive Drab #6C930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.65%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 40.15%
G = 54.65%
B = 5.2%

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

#6C930E (or 0x6C930E) is known color: Olive Drab. HEX triplet: 6C, 93 and 0E. RGB value is (108,147,14). Sum of RGB (Red+Green+Blue) = 108+147+14=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #6C930E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C930E is #936CF1. Grayscale: #787878. Windows color (decimal): -9661682 or 955244. OLE color: 955244.

HSL color Cylindrical-coordinate representation of color #6C930E: hue angle of 77.59º degrees, saturation: 0.83, 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 #6C930E is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 147 14 -
CMYK 0.27 0 0.90 0.42
HSL 77.59º 0.83% 0.32% -
HSV(B) 77.59º 0.9% 0.58% -
XYZ 16.7 24.09 4.18 -
YUV 120.18 68.08 119.31 -
System Red Green Blue C M Y K H S L
Decimal 108 147 14 0.27 0 0.90 0.42 77.59 0.83 0.32
Hex 6C 93 E 1B 0 5A 2A 4E 53 20
Octal 154 223 16 33 0 132 52 116 123 40
Binary 1101100 10010011 1110 11011 0 1011010 101010 1001110 1010011 100000

Color Harmonies of #6C930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C930E

Black with #6C930E

Text Example


Text Example

White with #6C930E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,147,14); }

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

background-color css

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

 a { background-color: rgb(108,147,14); }

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

border-color css

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

 span { border-color: rgb(108,147,14); }

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