Html Css Color HEX #698036 Olive Drab

📋 copy color: '#698036'

red 105 ◦ green 128 ◦ blue 54

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

Shades of Olive Drab #698036

Tints of Olive Drab #698036

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

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

R = 36.59%
G = 44.6%
B = 18.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#698036 (or 0x698036) is known color: Olive Drab. HEX triplet: 69, 80 and 36. RGB value is (105,128,54). Sum of RGB (Red+Green+Blue) = 105+128+54=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #698036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698036 is #967FC9. Grayscale: #707070. Windows color (decimal): -9863114 or 3571817. OLE color: 3571817.

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

Color convert

RGB 105 128 54 -
CMYK 0.18 0 0.58 0.50
HSL 78.65º 0.41% 0.36% -
HSV(B) 78.65º 0.58% 0.5% -
XYZ 14.21 18.71 6.35 -
YUV 112.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 105 128 54 0.18 0 0.58 0.50 78.65 0.41 0.36
Hex 69 80 36 12 0 3A 32 4F 29 24
Octal 151 200 66 22 0 72 62 117 51 44
Binary 1101001 10000000 110110 10010 0 111010 110010 1001111 101001 100100

Color Harmonies of #698036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698036

Black with #698036

Text Example


Text Example

White with #698036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698036; }

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

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

background-color css

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

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

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

border-color css

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

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

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