Html Css Color HEX #699922 Olive Drab

📋 copy color: '#699922'

red 105 ◦ green 153 ◦ blue 34

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

Shades of Olive Drab #699922

Tints of Olive Drab #699922

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.4%

 BLUE value IS 34 (13.67% from 255) = 11.64%

R = 35.96%
G = 52.4%
B = 11.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#699922 (or 0x699922) is known color: Olive Drab. HEX triplet: 69, 99 and 22. RGB value is (105,153,34). Sum of RGB (Red+Green+Blue) = 105+153+34=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #699922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699922 is #9666DD. Grayscale: #7D7D7D. Windows color (decimal): -9856734 or 2267497. OLE color: 2267497.

HSL color Cylindrical-coordinate representation of color #699922: hue angle of 84.2º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #699922 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 34 -
CMYK 0.31 0 0.78 0.4
HSL 84.2º 0.64% 0.37% -
HSV(B) 84.2º 0.78% 0.6% -
XYZ 17.51 25.9 5.59 -
YUV 125.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 105 153 34 0.31 0 0.78 0.4 84.2 0.64 0.37
Hex 69 99 22 1F 0 4E 28 54 40 25
Octal 151 231 42 37 0 116 50 124 100 45
Binary 1101001 10011001 100010 11111 0 1001110 101000 1010100 1000000 100101

Color Harmonies of #699922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699922

Black with #699922

Text Example


Text Example

White with #699922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699922; }

 p { color: rgb(105,153,34); }

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

background-color css

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

 a { background-color: rgb(105,153,34); }

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

border-color css

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

 span { border-color: rgb(105,153,34); }

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