Html Css Color HEX #668A19 Olive Drab

📋 copy color: '#668A19'

red 102 ◦ green 138 ◦ blue 25

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

Shades of Olive Drab #668A19

Tints of Olive Drab #668A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.08%

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

R = 38.49%
G = 52.08%
B = 9.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#668A19 (or 0x668A19) is known color: Olive Drab. HEX triplet: 66, 8A and 19. RGB value is (102,138,25). Sum of RGB (Red+Green+Blue) = 102+138+25=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #668A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668A19 is #9975E6. Grayscale: #727272. Windows color (decimal): -10057191 or 1673830. OLE color: 1673830.

HSL color Cylindrical-coordinate representation of color #668A19: hue angle of 79.12º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #668A19 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 25 -
CMYK 0.26 0 0.82 0.46
HSL 79.12º 0.69% 0.32% -
HSV(B) 79.12º 0.82% 0.54% -
XYZ 14.74 21.07 4.21 -
YUV 114.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 102 138 25 0.26 0 0.82 0.46 79.12 0.69 0.32
Hex 66 8A 19 1A 0 52 2E 4F 45 20
Octal 146 212 31 32 0 122 56 117 105 40
Binary 1100110 10001010 11001 11010 0 1010010 101110 1001111 1000101 100000

Color Harmonies of #668A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A19

Black with #668A19

Text Example


Text Example

White with #668A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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