Html Css Color HEX #698238 Olive Drab

📋 copy color: '#698238'

red 105 ◦ green 130 ◦ blue 56

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

Shades of Olive Drab #698238

Tints of Olive Drab #698238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 36.08%
G = 44.67%
B = 19.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#698238 (or 0x698238) is known color: Olive Drab. HEX triplet: 69, 82 and 38. RGB value is (105,130,56). Sum of RGB (Red+Green+Blue) = 105+130+56=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #698238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698238 is #967DC7. Grayscale: #727272. Windows color (decimal): -9862600 or 3703401. OLE color: 3703401.

HSL color Cylindrical-coordinate representation of color #698238: hue angle of 80.27º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #698238 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 56 -
CMYK 0.19 0 0.57 0.49
HSL 80.27º 0.4% 0.36% -
HSV(B) 80.27º 0.57% 0.51% -
XYZ 14.52 19.25 6.69 -
YUV 114.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 105 130 56 0.19 0 0.57 0.49 80.27 0.4 0.36
Hex 69 82 38 13 0 39 31 50 28 24
Octal 151 202 70 23 0 71 61 120 50 44
Binary 1101001 10000010 111000 10011 0 111001 110001 1010000 101000 100100

Color Harmonies of #698238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698238

Black with #698238

Text Example


Text Example

White with #698238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698238; }

 p { color: rgb(105,130,56); }

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

background-color css

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

 a { background-color: rgb(105,130,56); }

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

border-color css

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

 span { border-color: rgb(105,130,56); }

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