Html Css Color HEX #698226 Olive Drab

📋 copy color: '#698226'

red 105 ◦ green 130 ◦ blue 38

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

Shades of Olive Drab #698226

Tints of Olive Drab #698226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 38.46%
G = 47.62%
B = 13.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#698226 (or 0x698226) is known color: Olive Drab. HEX triplet: 69, 82 and 26. RGB value is (105,130,38). Sum of RGB (Red+Green+Blue) = 105+130+38=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #698226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698226 is #967DD9. Grayscale: #707070. Windows color (decimal): -9862618 or 2523753. OLE color: 2523753.

HSL color Cylindrical-coordinate representation of color #698226: hue angle of 76.3º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #698226 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 38 -
CMYK 0.19 0 0.71 0.49
HSL 76.3º 0.55% 0.33% -
HSV(B) 76.3º 0.71% 0.51% -
XYZ 14.16 19.11 4.78 -
YUV 112.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 105 130 38 0.19 0 0.71 0.49 76.3 0.55 0.33
Hex 69 82 26 13 0 47 31 4C 37 21
Octal 151 202 46 23 0 107 61 114 67 41
Binary 1101001 10000010 100110 10011 0 1000111 110001 1001100 110111 100001

Color Harmonies of #698226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698226

Black with #698226

Text Example


Text Example

White with #698226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698226; }

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

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

background-color css

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

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

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

border-color css

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

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

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