Html Css Color HEX #6C891F Olive Drab

📋 copy color: '#6C891F'

red 108 ◦ green 137 ◦ blue 31

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

Shades of Olive Drab #6C891F

Tints of Olive Drab #6C891F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.64%

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 39.13%
G = 49.64%
B = 11.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#6C891F (or 0x6C891F) is known color: Olive Drab. HEX triplet: 6C, 89 and 1F. RGB value is (108,137,31). Sum of RGB (Red+Green+Blue) = 108+137+31=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #6C891F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C891F is #9376E0. Grayscale: #747474. Windows color (decimal): -9664225 or 2066796. OLE color: 2066796.

HSL color Cylindrical-coordinate representation of color #6C891F: hue angle of 76.42º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C891F is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 137 31 -
CMYK 0.21 0 0.77 0.46
HSL 76.42º 0.63% 0.33% -
HSV(B) 76.42º 0.77% 0.54% -
XYZ 15.38 21.18 4.57 -
YUV 116.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 108 137 31 0.21 0 0.77 0.46 76.42 0.63 0.33
Hex 6C 89 1F 15 0 4D 2E 4C 3F 21
Octal 154 211 37 25 0 115 56 114 77 41
Binary 1101100 10001001 11111 10101 0 1001101 101110 1001100 111111 100001

Color Harmonies of #6C891F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C891F

Black with #6C891F

Text Example


Text Example

White with #6C891F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,137,31); }

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

background-color css

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

 a { background-color: rgb(108,137,31); }

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

border-color css

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

 span { border-color: rgb(108,137,31); }

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