#69850C

Color #69850C Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #69850C

Tints of Olive Drab #69850C

Color information

#69850C (or 0x69850C) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 0C. RGB value is (105,133,12). Sum of RGB (Red+Green+Blue) = 105+133+12=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #69850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69850C is #967AF3. Grayscale: #6F6F6F. Windows color (decimal): -9861876 or 820585. OLE color: 820585.

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

Color convert

RGB10513312-
CMYK0.2100.910.48
HSL73.88º83.45%28.43%-
HSV(B)73.88º90.98%52.16%-
XYZ14.2819.83.42-
YUV110.8372.22123.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 133 (52.34% from 255) = 53.2%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=42%
G=53.2%
B=4.8%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133120.2100.910.4873.8883.4528.43
Hex6985C1505B304a531c
Octal151205142501336011212334
Binary110100110000101110010101010110111100001001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69850C;
 }
 .AnyTagClassName
 {
   color: #69850C;
 }
</style>
background-color css

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

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

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

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

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

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