Html Css Color HEX #6A871B Olive Drab

📋 copy color: '#6A871B'

red 106 ◦ green 135 ◦ blue 27

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

Shades of Olive Drab #6A871B

Tints of Olive Drab #6A871B

RGB

 RED value IS 106 (41.8% from 255) = 39.55%

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 39.55%
G = 50.37%
B = 10.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#6A871B (or 0x6A871B) is known color: Olive Drab. HEX triplet: 6A, 87 and 1B. RGB value is (106,135,27). Sum of RGB (Red+Green+Blue) = 106+135+27=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #6A871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A871B is #9578E4. Grayscale: #727272. Windows color (decimal): -9795813 or 1804138. OLE color: 1804138.

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

Color convert

RGB 106 135 27 -
CMYK 0.21 0 0.8 0.47
HSL 76.11º 0.67% 0.32% -
HSV(B) 76.11º 0.8% 0.53% -
XYZ 14.81 20.47 4.21 -
YUV 114.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 106 135 27 0.21 0 0.8 0.47 76.11 0.67 0.32
Hex 6A 87 1B 15 0 50 2F 4C 43 20
Octal 152 207 33 25 0 120 57 114 103 40
Binary 1101010 10000111 11011 10101 0 1010000 101111 1001100 1000011 100000

Color Harmonies of #6A871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A871B

Black with #6A871B

Text Example


Text Example

White with #6A871B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,135,27); }

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

background-color css

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

 a { background-color: rgb(106,135,27); }

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

border-color css

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

 span { border-color: rgb(106,135,27); }

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