Html Css Color HEX #698E2C Olive Drab

📋 copy color: '#698E2C'

red 105 ◦ green 142 ◦ blue 44

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

Shades of Olive Drab #698E2C

Tints of Olive Drab #698E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 36.08%
G = 48.8%
B = 15.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#698E2C (or 0x698E2C) is known color: Olive Drab. HEX triplet: 69, 8E and 2C. RGB value is (105,142,44). Sum of RGB (Red+Green+Blue) = 105+142+44=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #698E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E2C is #9671D3. Grayscale: #787878. Windows color (decimal): -9859540 or 2920041. OLE color: 2920041.

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

Color convert

RGB 105 142 44 -
CMYK 0.26 0 0.69 0.44
HSL 82.65º 0.53% 0.36% -
HSV(B) 82.65º 0.69% 0.56% -
XYZ 15.95 22.53 5.89 -
YUV 119.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 105 142 44 0.26 0 0.69 0.44 82.65 0.53 0.36
Hex 69 8E 2C 1A 0 45 2C 53 35 24
Octal 151 216 54 32 0 105 54 123 65 44
Binary 1101001 10001110 101100 11010 0 1000101 101100 1010011 110101 100100

Color Harmonies of #698E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E2C

Black with #698E2C

Text Example


Text Example

White with #698E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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