Html Css Color HEX #699202 Olive Drab

📋 copy color: '#699202'

red 105 ◦ green 146 ◦ blue 2

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

Shades of Olive Drab #699202

Tints of Olive Drab #699202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.71%

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

R = 41.5%
G = 57.71%
B = 0.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#699202 (or 0x699202) is known color: Olive Drab. HEX triplet: 69, 92 and 02. RGB value is (105,146,2). Sum of RGB (Red+Green+Blue) = 105+146+2=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #699202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699202 is #966DFD. Grayscale: #757575. Windows color (decimal): -9858558 or 168553. OLE color: 168553.

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

Color convert

RGB 105 146 2 -
CMYK 0.28 0 0.99 0.43
HSL 77.08º 0.97% 0.29% -
HSV(B) 77.08º 0.99% 0.57% -
XYZ 16.12 23.57 3.76 -
YUV 117.33 62.92 119.21 -
System Red Green Blue C M Y K H S L
Decimal 105 146 2 0.28 0 0.99 0.43 77.08 0.97 0.29
Hex 69 92 2 1C 0 63 2B 4D 61 1D
Octal 151 222 2 34 0 143 53 115 141 35
Binary 1101001 10010010 10 11100 0 1100011 101011 1001101 1100001 11101

Color Harmonies of #699202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699202

Black with #699202

Text Example


Text Example

White with #699202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699202; }

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

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

background-color css

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

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

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

border-color css

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

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

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