Html Css Color HEX #698234 Olive Drab

📋 copy color: '#698234'

red 105 ◦ green 130 ◦ blue 52

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

Shades of Olive Drab #698234

Tints of Olive Drab #698234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 36.59%
G = 45.3%
B = 18.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#698234 (or 0x698234) is known color: Olive Drab. HEX triplet: 69, 82 and 34. RGB value is (105,130,52). Sum of RGB (Red+Green+Blue) = 105+130+52=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #698234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698234 is #967DCB. Grayscale: #717171. Windows color (decimal): -9862604 or 3441257. OLE color: 3441257.

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

Color convert

RGB 105 130 52 -
CMYK 0.19 0 0.60 0.49
HSL 79.23º 0.43% 0.36% -
HSV(B) 79.23º 0.6% 0.51% -
XYZ 14.43 19.22 6.2 -
YUV 113.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 105 130 52 0.19 0 0.60 0.49 79.23 0.43 0.36
Hex 69 82 34 13 0 3C 31 4F 2B 24
Octal 151 202 64 23 0 74 61 117 53 44
Binary 1101001 10000010 110100 10011 0 111100 110001 1001111 101011 100100

Color Harmonies of #698234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698234

Black with #698234

Text Example


Text Example

White with #698234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698234; }

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

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

background-color css

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

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

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

border-color css

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

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

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