Html Css Color HEX #699003 Olive Drab

📋 copy color: '#699003'

red 105 ◦ green 144 ◦ blue 3

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

Shades of Olive Drab #699003

Tints of Olive Drab #699003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.14%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 41.67%
G = 57.14%
B = 1.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#699003 (or 0x699003) is known color: Olive Drab. HEX triplet: 69, 90 and 03. RGB value is (105,144,3). Sum of RGB (Red+Green+Blue) = 105+144+3=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #699003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699003 is #966FFC. Grayscale: #747474. Windows color (decimal): -9859069 or 233577. OLE color: 233577.

HSL color Cylindrical-coordinate representation of color #699003: hue angle of 76.6º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #699003 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 3 -
CMYK 0.27 0 0.98 0.44
HSL 76.6º 0.96% 0.29% -
HSV(B) 76.6º 0.98% 0.56% -
XYZ 15.82 22.96 3.68 -
YUV 116.27 64.08 119.96 -
System Red Green Blue C M Y K H S L
Decimal 105 144 3 0.27 0 0.98 0.44 76.6 0.96 0.29
Hex 69 90 3 1B 0 62 2C 4D 60 1D
Octal 151 220 3 33 0 142 54 115 140 35
Binary 1101001 10010000 11 11011 0 1100010 101100 1001101 1100000 11101

Color Harmonies of #699003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699003

Black with #699003

Text Example


Text Example

White with #699003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699003; }

 p { color: rgb(105,144,3); }

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

background-color css

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

 a { background-color: rgb(105,144,3); }

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

border-color css

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

 span { border-color: rgb(105,144,3); }

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