Html Css Color HEX #698736 Olive Drab

📋 copy color: '#698736'

red 105 ◦ green 135 ◦ blue 54

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

Shades of Olive Drab #698736

Tints of Olive Drab #698736

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.92%

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

R = 35.71%
G = 45.92%
B = 18.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#698736 (or 0x698736) is known color: Olive Drab. HEX triplet: 69, 87 and 36. RGB value is (105,135,54). Sum of RGB (Red+Green+Blue) = 105+135+54=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #698736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698736 is #9678C9. Grayscale: #757575. Windows color (decimal): -9861322 or 3573609. OLE color: 3573609.

HSL color Cylindrical-coordinate representation of color #698736: hue angle of 82.22º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #698736 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 135 54 -
CMYK 0.22 0 0.60 0.47
HSL 82.22º 0.43% 0.37% -
HSV(B) 82.22º 0.6% 0.53% -
XYZ 15.16 20.6 6.67 -
YUV 116.8 92.56 119.59 -
System Red Green Blue C M Y K H S L
Decimal 105 135 54 0.22 0 0.60 0.47 82.22 0.43 0.37
Hex 69 87 36 16 0 3C 2F 52 2B 25
Octal 151 207 66 26 0 74 57 122 53 45
Binary 1101001 10000111 110110 10110 0 111100 101111 1010010 101011 100101

Color Harmonies of #698736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698736

Black with #698736

Text Example


Text Example

White with #698736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698736; }

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

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

background-color css

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

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

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

border-color css

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

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

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