Html Css Color HEX #699402 Olive Drab

📋 copy color: '#699402'

red 105 ◦ green 148 ◦ blue 2

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

Shades of Olive Drab #699402

Tints of Olive Drab #699402

RGB

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

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

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

R = 41.18%
G = 58.04%
B = 0.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#699402 (or 0x699402) is known color: Olive Drab. HEX triplet: 69, 94 and 02. RGB value is (105,148,2). Sum of RGB (Red+Green+Blue) = 105+148+2=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #699402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699402 is #966BFD. Grayscale: #777777. Windows color (decimal): -9858046 or 169065. OLE color: 169065.

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

Color convert

RGB 105 148 2 -
CMYK 0.29 0 0.99 0.42
HSL 77.67º 0.97% 0.29% -
HSV(B) 77.67º 0.99% 0.58% -
XYZ 16.43 24.19 3.86 -
YUV 118.5 62.25 118.37 -
System Red Green Blue C M Y K H S L
Decimal 105 148 2 0.29 0 0.99 0.42 77.67 0.97 0.29
Hex 69 94 2 1D 0 63 2A 4E 61 1D
Octal 151 224 2 35 0 143 52 116 141 35
Binary 1101001 10010100 10 11101 0 1100011 101010 1001110 1100001 11101

Color Harmonies of #699402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699402

Black with #699402

Text Example


Text Example

White with #699402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699402; }

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

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

background-color css

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

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

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

border-color css

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

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

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