Html Css Color HEX #699428 Olive Drab

📋 copy color: '#699428'

red 105 ◦ green 148 ◦ blue 40

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

Shades of Olive Drab #699428

Tints of Olive Drab #699428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.51%

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 35.84%
G = 50.51%
B = 13.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#699428 (or 0x699428) is known color: Olive Drab. HEX triplet: 69, 94 and 28. RGB value is (105,148,40). Sum of RGB (Red+Green+Blue) = 105+148+40=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #699428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699428 is #966BD7. Grayscale: #7B7B7B. Windows color (decimal): -9858008 or 2659433. OLE color: 2659433.

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

Color convert

RGB 105 148 40 -
CMYK 0.29 0 0.73 0.42
HSL 83.89º 0.57% 0.37% -
HSV(B) 83.89º 0.73% 0.58% -
XYZ 16.8 24.34 5.82 -
YUV 122.83 81.25 115.28 -
System Red Green Blue C M Y K H S L
Decimal 105 148 40 0.29 0 0.73 0.42 83.89 0.57 0.37
Hex 69 94 28 1D 0 49 2A 54 39 25
Octal 151 224 50 35 0 111 52 124 71 45
Binary 1101001 10010100 101000 11101 0 1001001 101010 1010100 111001 100101

Color Harmonies of #699428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699428

Black with #699428

Text Example


Text Example

White with #699428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699428; }

 p { color: rgb(105,148,40); }

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

background-color css

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

 a { background-color: rgb(105,148,40); }

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

border-color css

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

 span { border-color: rgb(105,148,40); }

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