Html Css Color HEX #698922 Olive Drab

📋 copy color: '#698922'

red 105 ◦ green 137 ◦ blue 34

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

Shades of Olive Drab #698922

Tints of Olive Drab #698922

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.64%

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

R = 38.04%
G = 49.64%
B = 12.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#698922 (or 0x698922) is known color: Olive Drab. HEX triplet: 69, 89 and 22. RGB value is (105,137,34). Sum of RGB (Red+Green+Blue) = 105+137+34=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #698922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698922 is #9676DD. Grayscale: #747474. Windows color (decimal): -9860830 or 2263401. OLE color: 2263401.

HSL color Cylindrical-coordinate representation of color #698922: hue angle of 78.64º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #698922 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 34 -
CMYK 0.23 0 0.75 0.46
HSL 78.64º 0.6% 0.34% -
HSV(B) 78.64º 0.75% 0.54% -
XYZ 15.06 21.01 4.77 -
YUV 115.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 105 137 34 0.23 0 0.75 0.46 78.64 0.6 0.34
Hex 69 89 22 17 0 4B 2E 4F 3C 22
Octal 151 211 42 27 0 113 56 117 74 42
Binary 1101001 10001001 100010 10111 0 1001011 101110 1001111 111100 100010

Color Harmonies of #698922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698922

Black with #698922

Text Example


Text Example

White with #698922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698922; }

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

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

background-color css

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

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

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

border-color css

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

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

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