Html Css Color HEX #698436 Olive Drab

📋 copy color: '#698436'

red 105 ◦ green 132 ◦ blue 54

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

Shades of Olive Drab #698436

Tints of Olive Drab #698436

RGB

 RED value IS 105 (41.41% from 255) = 36.08%

 GREEN value IS 132 (51.95% from 255) = 45.36%

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 36.08%
G = 45.36%
B = 18.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#698436 (or 0x698436) is known color: Olive Drab. HEX triplet: 69, 84 and 36. RGB value is (105,132,54). Sum of RGB (Red+Green+Blue) = 105+132+54=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #698436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698436 is #967BC9. Grayscale: #737373. Windows color (decimal): -9862090 or 3572841. OLE color: 3572841.

HSL color Cylindrical-coordinate representation of color #698436: hue angle of 80.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698436 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 54 -
CMYK 0.20 0 0.59 0.48
HSL 80.77º 0.42% 0.36% -
HSV(B) 80.77º 0.59% 0.52% -
XYZ 14.74 19.77 6.53 -
YUV 115.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 105 132 54 0.20 0 0.59 0.48 80.77 0.42 0.36
Hex 69 84 36 14 0 3B 30 51 2A 24
Octal 151 204 66 24 0 73 60 121 52 44
Binary 1101001 10000100 110110 10100 0 111011 110000 1010001 101010 100100

Color Harmonies of #698436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698436

Black with #698436

Text Example


Text Example

White with #698436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698436; }

 p { color: rgb(105,132,54); }

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

background-color css

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

 a { background-color: rgb(105,132,54); }

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

border-color css

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

 span { border-color: rgb(105,132,54); }

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