Html Css Color HEX #6C830E Olive Drab

📋 copy color: '#6C830E'

red 108 ◦ green 131 ◦ blue 14

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

Shades of Olive Drab #6C830E

Tints of Olive Drab #6C830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.78%

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

R = 42.69%
G = 51.78%
B = 5.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#6C830E (or 0x6C830E) is known color: Olive Drab. HEX triplet: 6C, 83 and 0E. RGB value is (108,131,14). Sum of RGB (Red+Green+Blue) = 108+131+14=253 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.69% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #6C830E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C830E is #937CF1. Grayscale: #6F6F6F. Windows color (decimal): -9665778 or 951148. OLE color: 951148.

HSL color Cylindrical-coordinate representation of color #6C830E: hue angle of 71.79º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C830E is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 131 14 -
CMYK 0.18 0 0.89 0.49
HSL 71.79º 0.81% 0.28% -
HSV(B) 71.79º 0.89% 0.51% -
XYZ 14.38 19.45 3.41 -
YUV 110.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 108 131 14 0.18 0 0.89 0.49 71.79 0.81 0.28
Hex 6C 83 E 12 0 59 31 48 51 1C
Octal 154 203 16 22 0 131 61 110 121 34
Binary 1101100 10000011 1110 10010 0 1011001 110001 1001000 1010001 11100

Color Harmonies of #6C830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C830E

Black with #6C830E

Text Example


Text Example

White with #6C830E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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