Html Css Color HEX #6B871E Olive Drab

📋 copy color: '#6B871E'

red 107 ◦ green 135 ◦ blue 30

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

Shades of Olive Drab #6B871E

Tints of Olive Drab #6B871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.63%

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 39.34%
G = 49.63%
B = 11.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#6B871E (or 0x6B871E) is known color: Olive Drab. HEX triplet: 6B, 87 and 1E. RGB value is (107,135,30). Sum of RGB (Red+Green+Blue) = 107+135+30=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #6B871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B871E is #9478E1. Grayscale: #737373. Windows color (decimal): -9730274 or 2000747. OLE color: 2000747.

HSL color Cylindrical-coordinate representation of color #6B871E: hue angle of 76º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B871E is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 135 30 -
CMYK 0.21 0 0.78 0.47
HSL 76º 0.64% 0.32% -
HSV(B) 76º 0.78% 0.53% -
XYZ 14.96 20.55 4.41 -
YUV 114.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 107 135 30 0.21 0 0.78 0.47 76 0.64 0.32
Hex 6B 87 1E 15 0 4E 2F 4C 40 20
Octal 153 207 36 25 0 116 57 114 100 40
Binary 1101011 10000111 11110 10101 0 1001110 101111 1001100 1000000 100000

Color Harmonies of #6B871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B871E

Black with #6B871E

Text Example


Text Example

White with #6B871E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,135,30); }

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

background-color css

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

 a { background-color: rgb(107,135,30); }

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

border-color css

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

 span { border-color: rgb(107,135,30); }

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