Html Css Color HEX #689812 Olive Drab

📋 copy color: '#689812'

red 104 ◦ green 152 ◦ blue 18

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

Shades of Olive Drab #689812

Tints of Olive Drab #689812

RGB

 RED value IS 104 (41.02% from 255) = 37.96%

 GREEN value IS 152 (59.77% from 255) = 55.47%

 BLUE value IS 18 (7.42% from 255) = 6.57%

R = 37.96%
G = 55.47%
B = 6.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#689812 (or 0x689812) is known color: Olive Drab. HEX triplet: 68, 98 and 12. RGB value is (104,152,18). Sum of RGB (Red+Green+Blue) = 104+152+18=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #689812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689812 is #9767ED. Grayscale: #7A7A7A. Windows color (decimal): -9922542 or 1218664. OLE color: 1218664.

HSL color Cylindrical-coordinate representation of color #689812: hue angle of 81.49º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #689812 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 18 -
CMYK 0.32 0 0.88 0.40
HSL 81.49º 0.79% 0.33% -
HSV(B) 81.49º 0.88% 0.6% -
XYZ 17.05 25.44 4.58 -
YUV 122.37 69.1 114.9 -
System Red Green Blue C M Y K H S L
Decimal 104 152 18 0.32 0 0.88 0.40 81.49 0.79 0.33
Hex 68 98 12 20 0 58 28 51 4F 21
Octal 150 230 22 40 0 130 50 121 117 41
Binary 1101000 10011000 10010 100000 0 1011000 101000 1010001 1001111 100001

Color Harmonies of #689812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689812

Black with #689812

Text Example


Text Example

White with #689812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689812; }

 p { color: rgb(104,152,18); }

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

background-color css

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

 a { background-color: rgb(104,152,18); }

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

border-color css

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

 span { border-color: rgb(104,152,18); }

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