Html Css Color HEX #698F24 Olive Drab

📋 copy color: '#698F24'

red 105 ◦ green 143 ◦ blue 36

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

Shades of Olive Drab #698F24

Tints of Olive Drab #698F24

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.35%

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 36.97%
G = 50.35%
B = 12.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#698F24 (or 0x698F24) is known color: Olive Drab. HEX triplet: 69, 8F and 24. RGB value is (105,143,36). Sum of RGB (Red+Green+Blue) = 105+143+36=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #698F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698F24 is #9670DB. Grayscale: #777777. Windows color (decimal): -9859292 or 2396009. OLE color: 2396009.

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

Color convert

RGB 105 143 36 -
CMYK 0.27 0 0.75 0.44
HSL 81.31º 0.6% 0.35% -
HSV(B) 81.31º 0.75% 0.56% -
XYZ 15.97 22.78 5.22 -
YUV 119.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 105 143 36 0.27 0 0.75 0.44 81.31 0.6 0.35
Hex 69 8F 24 1B 0 4B 2C 51 3C 23
Octal 151 217 44 33 0 113 54 121 74 43
Binary 1101001 10001111 100100 11011 0 1001011 101100 1010001 111100 100011

Color Harmonies of #698F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F24

Black with #698F24

Text Example


Text Example

White with #698F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,143,36); }

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

background-color css

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

 a { background-color: rgb(105,143,36); }

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

border-color css

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

 span { border-color: rgb(105,143,36); }

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