Html Css Color HEX #689422 Olive Drab

📋 copy color: '#689422'

red 104 ◦ green 148 ◦ blue 34

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

Shades of Olive Drab #689422

Tints of Olive Drab #689422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.75%

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 36.36%
G = 51.75%
B = 11.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#689422 (or 0x689422) is known color: Olive Drab. HEX triplet: 68, 94 and 22. RGB value is (104,148,34). Sum of RGB (Red+Green+Blue) = 104+148+34=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #689422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689422 is #976BDD. Grayscale: #7A7A7A. Windows color (decimal): -9923550 or 2266216. OLE color: 2266216.

HSL color Cylindrical-coordinate representation of color #689422: hue angle of 83.16º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #689422 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 148 34 -
CMYK 0.30 0 0.77 0.42
HSL 83.16º 0.63% 0.36% -
HSV(B) 83.16º 0.77% 0.58% -
XYZ 16.59 24.24 5.32 -
YUV 121.85 78.42 115.27 -
System Red Green Blue C M Y K H S L
Decimal 104 148 34 0.30 0 0.77 0.42 83.16 0.63 0.36
Hex 68 94 22 1E 0 4D 2A 53 3F 24
Octal 150 224 42 36 0 115 52 123 77 44
Binary 1101000 10010100 100010 11110 0 1001101 101010 1010011 111111 100100

Color Harmonies of #689422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689422

Black with #689422

Text Example


Text Example

White with #689422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689422; }

 p { color: rgb(104,148,34); }

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

background-color css

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

 a { background-color: rgb(104,148,34); }

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

border-color css

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

 span { border-color: rgb(104,148,34); }

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