Html Css Color HEX #6C830D Olive Drab

📋 copy color: '#6C830D'

red 108 ◦ green 131 ◦ blue 13

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

Shades of Olive Drab #6C830D

Tints of Olive Drab #6C830D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 42.86%
G = 51.98%
B = 5.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#6C830D (or 0x6C830D) is known color: Olive Drab. HEX triplet: 6C, 83 and 0D. RGB value is (108,131,13). Sum of RGB (Red+Green+Blue) = 108+131+13=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #6C830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C830D is #937CF2. Grayscale: #6F6F6F. Windows color (decimal): -9665779 or 885612. OLE color: 885612.

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

Color convert

RGB 108 131 13 -
CMYK 0.18 0 0.90 0.49
HSL 71.69º 0.82% 0.28% -
HSV(B) 71.69º 0.9% 0.51% -
XYZ 14.37 19.45 3.38 -
YUV 110.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 108 131 13 0.18 0 0.90 0.49 71.69 0.82 0.28
Hex 6C 83 D 12 0 5A 31 48 52 1C
Octal 154 203 15 22 0 132 61 110 122 34
Binary 1101100 10000011 1101 10010 0 1011010 110001 1001000 1010010 11100

Color Harmonies of #6C830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C830D

Black with #6C830D

Text Example


Text Example

White with #6C830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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