Html Css Color HEX #689103 Olive Drab

📋 copy color: '#689103'

red 104 ◦ green 145 ◦ blue 3

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

Shades of Olive Drab #689103

Tints of Olive Drab #689103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 41.27%
G = 57.54%
B = 1.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#689103 (or 0x689103) is known color: Olive Drab. HEX triplet: 68, 91 and 03. RGB value is (104,145,3). Sum of RGB (Red+Green+Blue) = 104+145+3=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #689103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689103 is #976EFC. Grayscale: #757575. Windows color (decimal): -9924349 or 233832. OLE color: 233832.

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

Color convert

RGB 104 145 3 -
CMYK 0.28 0 0.98 0.43
HSL 77.32º 0.96% 0.29% -
HSV(B) 77.32º 0.98% 0.57% -
XYZ 15.85 23.2 3.73 -
YUV 116.55 63.92 119.05 -
System Red Green Blue C M Y K H S L
Decimal 104 145 3 0.28 0 0.98 0.43 77.32 0.96 0.29
Hex 68 91 3 1C 0 62 2B 4D 60 1D
Octal 150 221 3 34 0 142 53 115 140 35
Binary 1101000 10010001 11 11100 0 1100010 101011 1001101 1100000 11101

Color Harmonies of #689103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689103

Black with #689103

Text Example


Text Example

White with #689103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689103; }

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

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

background-color css

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

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

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

border-color css

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

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

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