Html Css Color HEX #699302 Olive Drab

📋 copy color: '#699302'

red 105 ◦ green 147 ◦ blue 2

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

Shades of Olive Drab #699302

Tints of Olive Drab #699302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.87%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 41.34%
G = 57.87%
B = 0.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#699302 (or 0x699302) is known color: Olive Drab. HEX triplet: 69, 93 and 02. RGB value is (105,147,2). Sum of RGB (Red+Green+Blue) = 105+147+2=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #699302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699302 is #966CFD. Grayscale: #767676. Windows color (decimal): -9858302 or 168809. OLE color: 168809.

HSL color Cylindrical-coordinate representation of color #699302: hue angle of 77.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #699302 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 2 -
CMYK 0.29 0 0.99 0.42
HSL 77.38º 0.97% 0.29% -
HSV(B) 77.38º 0.99% 0.58% -
XYZ 16.27 23.88 3.81 -
YUV 117.91 62.59 118.79 -
System Red Green Blue C M Y K H S L
Decimal 105 147 2 0.29 0 0.99 0.42 77.38 0.97 0.29
Hex 69 93 2 1D 0 63 2A 4D 61 1D
Octal 151 223 2 35 0 143 52 115 141 35
Binary 1101001 10010011 10 11101 0 1100011 101010 1001101 1100001 11101

Color Harmonies of #699302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699302

Black with #699302

Text Example


Text Example

White with #699302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699302; }

 p { color: rgb(105,147,2); }

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

background-color css

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

 a { background-color: rgb(105,147,2); }

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

border-color css

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

 span { border-color: rgb(105,147,2); }

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