Html Css Color HEX #6B8C13 Olive Drab

📋 copy color: '#6B8C13'

red 107 ◦ green 140 ◦ blue 19

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

Shades of Olive Drab #6B8C13

Tints of Olive Drab #6B8C13

RGB

 RED value IS 107 (42.19% from 255) = 40.23%

 GREEN value IS 140 (55.08% from 255) = 52.63%

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 40.23%
G = 52.63%
B = 7.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#6B8C13 (or 0x6B8C13) is known color: Olive Drab. HEX triplet: 6B, 8C and 13. RGB value is (107,140,19). Sum of RGB (Red+Green+Blue) = 107+140+19=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #6B8C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8C13 is #9473EC. Grayscale: #747474. Windows color (decimal): -9729005 or 1281131. OLE color: 1281131.

HSL color Cylindrical-coordinate representation of color #6B8C13: hue angle of 76.36º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B8C13 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 140 19 -
CMYK 0.24 0 0.86 0.45
HSL 76.36º 0.76% 0.31% -
HSV(B) 76.36º 0.86% 0.55% -
XYZ 15.56 21.93 4.03 -
YUV 116.34 73.07 121.34 -
System Red Green Blue C M Y K H S L
Decimal 107 140 19 0.24 0 0.86 0.45 76.36 0.76 0.31
Hex 6B 8C 13 18 0 56 2D 4C 4C 1F
Octal 153 214 23 30 0 126 55 114 114 37
Binary 1101011 10001100 10011 11000 0 1010110 101101 1001100 1001100 11111

Color Harmonies of #6B8C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8C13

Black with #6B8C13

Text Example


Text Example

White with #6B8C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,140,19); }

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

background-color css

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

 a { background-color: rgb(107,140,19); }

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

border-color css

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

 span { border-color: rgb(107,140,19); }

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