Html Css Color HEX #698233 Olive Drab

📋 copy color: '#698233'

red 105 ◦ green 130 ◦ blue 51

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

Shades of Olive Drab #698233

Tints of Olive Drab #698233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 36.71%
G = 45.45%
B = 17.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#698233 (or 0x698233) is known color: Olive Drab. HEX triplet: 69, 82 and 33. RGB value is (105,130,51). Sum of RGB (Red+Green+Blue) = 105+130+51=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #698233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698233 is #967DCC. Grayscale: #717171. Windows color (decimal): -9862605 or 3375721. OLE color: 3375721.

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

Color convert

RGB 105 130 51 -
CMYK 0.19 0 0.61 0.49
HSL 78.99º 0.44% 0.35% -
HSV(B) 78.99º 0.61% 0.51% -
XYZ 14.41 19.21 6.08 -
YUV 113.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 105 130 51 0.19 0 0.61 0.49 78.99 0.44 0.35
Hex 69 82 33 13 0 3D 31 4F 2C 23
Octal 151 202 63 23 0 75 61 117 54 43
Binary 1101001 10000010 110011 10011 0 111101 110001 1001111 101100 100011

Color Harmonies of #698233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698233

Black with #698233

Text Example


Text Example

White with #698233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698233; }

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

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

background-color css

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

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

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

border-color css

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

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

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