Html Css Color HEX #698E27 Olive Drab

📋 copy color: '#698E27'

red 105 ◦ green 142 ◦ blue 39

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

Shades of Olive Drab #698E27

Tints of Olive Drab #698E27

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.65%

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 36.71%
G = 49.65%
B = 13.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#698E27 (or 0x698E27) is known color: Olive Drab. HEX triplet: 69, 8E and 27. RGB value is (105,142,39). Sum of RGB (Red+Green+Blue) = 105+142+39=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #698E27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E27 is #9671D8. Grayscale: #777777. Windows color (decimal): -9859545 or 2592361. OLE color: 2592361.

HSL color Cylindrical-coordinate representation of color #698E27: hue angle of 81.55º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #698E27 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 142 39 -
CMYK 0.26 0 0.73 0.44
HSL 81.55º 0.57% 0.35% -
HSV(B) 81.55º 0.73% 0.56% -
XYZ 15.86 22.5 5.43 -
YUV 119.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 105 142 39 0.26 0 0.73 0.44 81.55 0.57 0.35
Hex 69 8E 27 1A 0 49 2C 52 39 23
Octal 151 216 47 32 0 111 54 122 71 43
Binary 1101001 10001110 100111 11010 0 1001001 101100 1010010 111001 100011

Color Harmonies of #698E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E27

Black with #698E27

Text Example


Text Example

White with #698E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698E27; }

 p { color: rgb(105,142,39); }

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

background-color css

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

 a { background-color: rgb(105,142,39); }

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

border-color css

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

 span { border-color: rgb(105,142,39); }

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