Html Css Color HEX #698E2F Olive Drab

📋 copy color: '#698E2F'

red 105 ◦ green 142 ◦ blue 47

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

Shades of Olive Drab #698E2F

Tints of Olive Drab #698E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 35.71%
G = 48.3%
B = 15.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#698E2F (or 0x698E2F) is known color: Olive Drab. HEX triplet: 69, 8E and 2F. RGB value is (105,142,47). Sum of RGB (Red+Green+Blue) = 105+142+47=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #698E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E2F is #9671D0. Grayscale: #787878. Windows color (decimal): -9859537 or 3116649. OLE color: 3116649.

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

Color convert

RGB 105 142 47 -
CMYK 0.26 0 0.67 0.44
HSL 83.37º 0.5% 0.37% -
HSV(B) 83.37º 0.67% 0.56% -
XYZ 16.01 22.55 6.2 -
YUV 120.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 105 142 47 0.26 0 0.67 0.44 83.37 0.5 0.37
Hex 69 8E 2F 1A 0 43 2C 53 32 25
Octal 151 216 57 32 0 103 54 123 62 45
Binary 1101001 10001110 101111 11010 0 1000011 101100 1010011 110010 100101

Color Harmonies of #698E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E2F

Black with #698E2F

Text Example


Text Example

White with #698E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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