Html Css Color HEX #698312 Olive Drab

📋 copy color: '#698312'

red 105 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #698312

Tints of Olive Drab #698312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.57%

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 41.34%
G = 51.57%
B = 7.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#698312 (or 0x698312) is known color: Olive Drab. HEX triplet: 69, 83 and 12. RGB value is (105,131,18). Sum of RGB (Red+Green+Blue) = 105+131+18=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #698312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698312 is #967CED. Grayscale: #6E6E6E. Windows color (decimal): -9862382 or 1213289. OLE color: 1213289.

HSL color Cylindrical-coordinate representation of color #698312: hue angle of 73.81º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #698312 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 18 -
CMYK 0.20 0 0.86 0.49
HSL 73.81º 0.76% 0.29% -
HSV(B) 73.81º 0.86% 0.51% -
XYZ 14.05 19.28 3.55 -
YUV 110.34 75.89 124.19 -
System Red Green Blue C M Y K H S L
Decimal 105 131 18 0.20 0 0.86 0.49 73.81 0.76 0.29
Hex 69 83 12 14 0 56 31 4A 4C 1D
Octal 151 203 22 24 0 126 61 112 114 35
Binary 1101001 10000011 10010 10100 0 1010110 110001 1001010 1001100 11101

Color Harmonies of #698312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698312

Black with #698312

Text Example


Text Example

White with #698312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698312; }

 p { color: rgb(105,131,18); }

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

background-color css

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

 a { background-color: rgb(105,131,18); }

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

border-color css

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

 span { border-color: rgb(105,131,18); }

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