Html Css Color HEX #69861F Olive Drab

📋 copy color: '#69861F'

red 105 ◦ green 134 ◦ blue 31

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

Shades of Olive Drab #69861F

Tints of Olive Drab #69861F

RGB

 RED value IS 105 (41.41% from 255) = 38.89%

 GREEN value IS 134 (52.73% from 255) = 49.63%

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

R = 38.89%
G = 49.63%
B = 11.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#69861F (or 0x69861F) is known color: Olive Drab. HEX triplet: 69, 86 and 1F. RGB value is (105,134,31). Sum of RGB (Red+Green+Blue) = 105+134+31=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #69861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69861F is #9679E0. Grayscale: #717171. Windows color (decimal): -9861601 or 2066025. OLE color: 2066025.

HSL color Cylindrical-coordinate representation of color #69861F: hue angle of 76.89º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69861F is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 134 31 -
CMYK 0.22 0 0.77 0.47
HSL 76.89º 0.62% 0.32% -
HSV(B) 76.89º 0.77% 0.53% -
XYZ 14.6 20.15 4.42 -
YUV 113.59 81.39 121.88 -
System Red Green Blue C M Y K H S L
Decimal 105 134 31 0.22 0 0.77 0.47 76.89 0.62 0.32
Hex 69 86 1F 16 0 4D 2F 4D 3E 20
Octal 151 206 37 26 0 115 57 115 76 40
Binary 1101001 10000110 11111 10110 0 1001101 101111 1001101 111110 100000

Color Harmonies of #69861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69861F

Black with #69861F

Text Example


Text Example

White with #69861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69861F; }

 p { color: rgb(105,134,31); }

 H1.HeaderClassName
 {
   color: #69861F;
 }
 .AnyTagClassName
 {
   color: #69861F;
 }
</style>

background-color css

<style>
 a { background-color: #69861F; }

 a { background-color: rgb(105,134,31); }

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

border-color css

<style>
 span { border-color: #69861F; }

 span { border-color: rgb(105,134,31); }

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