Html Css Color HEX #669719 Olive Drab

📋 copy color: '#669719'

red 102 ◦ green 151 ◦ blue 25

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

Shades of Olive Drab #669719

Tints of Olive Drab #669719

RGB

 RED value IS 102 (40.23% from 255) = 36.69%

 GREEN value IS 151 (59.38% from 255) = 54.32%

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 36.69%
G = 54.32%
B = 8.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#669719 (or 0x669719) is known color: Olive Drab. HEX triplet: 66, 97 and 19. RGB value is (102,151,25). Sum of RGB (Red+Green+Blue) = 102+151+25=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 151 (59.38% from 255 or 54.32% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 151 - color contains mainly: green. Hex color #669719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669719 is #9968E6. Grayscale: #7A7A7A. Windows color (decimal): -10053863 or 1677158. OLE color: 1677158.

HSL color Cylindrical-coordinate representation of color #669719: hue angle of 83.33º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #669719 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 25 -
CMYK 0.32 0 0.83 0.41
HSL 83.33º 0.72% 0.35% -
HSV(B) 83.33º 0.83% 0.59% -
XYZ 16.72 25.03 4.87 -
YUV 121.99 73.27 113.75 -
System Red Green Blue C M Y K H S L
Decimal 102 151 25 0.32 0 0.83 0.41 83.33 0.72 0.35
Hex 66 97 19 20 0 53 29 53 48 23
Octal 146 227 31 40 0 123 51 123 110 43
Binary 1100110 10010111 11001 100000 0 1010011 101001 1010011 1001000 100011

Color Harmonies of #669719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669719

Black with #669719

Text Example


Text Example

White with #669719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669719; }

 p { color: rgb(102,151,25); }

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

background-color css

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

 a { background-color: rgb(102,151,25); }

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

border-color css

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

 span { border-color: rgb(102,151,25); }

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