Html Css Color HEX #698136 Olive Drab

📋 copy color: '#698136'

red 105 ◦ green 129 ◦ blue 54

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

Shades of Olive Drab #698136

Tints of Olive Drab #698136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

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

R = 36.46%
G = 44.79%
B = 18.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#698136 (or 0x698136) is known color: Olive Drab. HEX triplet: 69, 81 and 36. RGB value is (105,129,54). Sum of RGB (Red+Green+Blue) = 105+129+54=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #698136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698136 is #967EC9. Grayscale: #717171. Windows color (decimal): -9862858 or 3572073. OLE color: 3572073.

HSL color Cylindrical-coordinate representation of color #698136: hue angle of 79.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698136 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 54 -
CMYK 0.19 0 0.58 0.49
HSL 79.2º 0.41% 0.36% -
HSV(B) 79.2º 0.58% 0.51% -
XYZ 14.34 18.97 6.4 -
YUV 113.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 105 129 54 0.19 0 0.58 0.49 79.2 0.41 0.36
Hex 69 81 36 13 0 3A 31 4F 29 24
Octal 151 201 66 23 0 72 61 117 51 44
Binary 1101001 10000001 110110 10011 0 111010 110001 1001111 101001 100100

Color Harmonies of #698136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698136

Black with #698136

Text Example


Text Example

White with #698136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698136; }

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

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

background-color css

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

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

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

border-color css

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

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

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