Html Css Color HEX #689102 Olive Drab

📋 copy color: '#689102'

red 104 ◦ green 145 ◦ blue 2

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

Shades of Olive Drab #689102

Tints of Olive Drab #689102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.77%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 41.43%
G = 57.77%
B = 0.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#689102 (or 0x689102) is known color: Olive Drab. HEX triplet: 68, 91 and 02. RGB value is (104,145,2). Sum of RGB (Red+Green+Blue) = 104+145+2=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #689102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689102 is #976EFD. Grayscale: #747474. Windows color (decimal): -9924350 or 168296. OLE color: 168296.

HSL color Cylindrical-coordinate representation of color #689102: hue angle of 77.2º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #689102 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 2 -
CMYK 0.28 0 0.99 0.43
HSL 77.2º 0.97% 0.29% -
HSV(B) 77.2º 0.99% 0.57% -
XYZ 15.85 23.2 3.7 -
YUV 116.44 63.42 119.13 -
System Red Green Blue C M Y K H S L
Decimal 104 145 2 0.28 0 0.99 0.43 77.2 0.97 0.29
Hex 68 91 2 1C 0 63 2B 4D 61 1D
Octal 150 221 2 34 0 143 53 115 141 35
Binary 1101000 10010001 10 11100 0 1100011 101011 1001101 1100001 11101

Color Harmonies of #689102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689102

Black with #689102

Text Example


Text Example

White with #689102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689102; }

 p { color: rgb(104,145,2); }

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

background-color css

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

 a { background-color: rgb(104,145,2); }

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

border-color css

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

 span { border-color: rgb(104,145,2); }

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