Html Css Color HEX #689202 Olive Drab

📋 copy color: '#689202'

red 104 ◦ green 146 ◦ blue 2

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

Shades of Olive Drab #689202

Tints of Olive Drab #689202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.94%

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

R = 41.27%
G = 57.94%
B = 0.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#689202 (or 0x689202) is known color: Olive Drab. HEX triplet: 68, 92 and 02. RGB value is (104,146,2). Sum of RGB (Red+Green+Blue) = 104+146+2=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #689202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689202 is #976DFD. Grayscale: #757575. Windows color (decimal): -9924094 or 168552. OLE color: 168552.

HSL color Cylindrical-coordinate representation of color #689202: hue angle of 77.5º 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 #689202 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 2 -
CMYK 0.29 0 0.99 0.43
HSL 77.5º 0.97% 0.29% -
HSV(B) 77.5º 0.99% 0.57% -
XYZ 16 23.51 3.75 -
YUV 117.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 104 146 2 0.29 0 0.99 0.43 77.5 0.97 0.29
Hex 68 92 2 1D 0 63 2B 4E 61 1D
Octal 150 222 2 35 0 143 53 116 141 35
Binary 1101000 10010010 10 11101 0 1100011 101011 1001110 1100001 11101

Color Harmonies of #689202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689202

Black with #689202

Text Example


Text Example

White with #689202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689202; }

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

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

background-color css

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

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

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

border-color css

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

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

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