Html Css Color HEX #69850B Olive Drab

📋 copy color: '#69850B'

red 105 ◦ green 133 ◦ blue 11

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

Shades of Olive Drab #69850B

Tints of Olive Drab #69850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 42.17%
G = 53.41%
B = 4.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#69850B (or 0x69850B) is known color: Olive Drab. HEX triplet: 69, 85 and 0B. RGB value is (105,133,11). Sum of RGB (Red+Green+Blue) = 105+133+11=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #69850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69850B is #967AF4. Grayscale: #6F6F6F. Windows color (decimal): -9861877 or 755049. OLE color: 755049.

HSL color Cylindrical-coordinate representation of color #69850B: hue angle of 73.77º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69850B is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 11 -
CMYK 0.21 0 0.92 0.48
HSL 73.77º 0.85% 0.28% -
HSV(B) 73.77º 0.92% 0.52% -
XYZ 14.27 19.8 3.39 -
YUV 110.72 71.72 123.92 -
System Red Green Blue C M Y K H S L
Decimal 105 133 11 0.21 0 0.92 0.48 73.77 0.85 0.28
Hex 69 85 B 15 0 5C 30 4A 55 1C
Octal 151 205 13 25 0 134 60 112 125 34
Binary 1101001 10000101 1011 10101 0 1011100 110000 1001010 1010101 11100

Color Harmonies of #69850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69850B

Black with #69850B

Text Example


Text Example

White with #69850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69850B; }

 p { color: rgb(105,133,11); }

 H1.HeaderClassName
 {
   color: #69850B;
 }
 .AnyTagClassName
 {
   color: #69850B;
 }
</style>

background-color css

<style>
 a { background-color: #69850B; }

 a { background-color: rgb(105,133,11); }

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

border-color css

<style>
 span { border-color: #69850B; }

 span { border-color: rgb(105,133,11); }

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