Html Css Color HEX #66997C Oxley

📋 copy color: '#66997C'

red 102 ◦ green 153 ◦ blue 124

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

Shades of Oxley #66997C

Tints of Oxley #66997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 26.91%
G = 40.37%
B = 32.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#66997C (or 0x66997C) is known color: Oxley. HEX triplet: 66, 99 and 7C. RGB value is (102,153,124). Sum of RGB (Red+Green+Blue) = 102+153+124=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #66997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66997C is #996683. Grayscale: #868686. Windows color (decimal): -10053252 or 8165734. OLE color: 8165734.

HSL color Cylindrical-coordinate representation of color #66997C: hue angle of 145.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66997C is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 124 -
CMYK 0.33 0 0.19 0.4
HSL 145.88º 0.2% 0.5% -
HSV(B) 145.88º 0.33% 0.6% -
XYZ 20.51 27.06 23.21 -
YUV 134.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 102 153 124 0.33 0 0.19 0.4 145.88 0.2 0.5
Hex 66 99 7C 21 0 13 28 92 14 32
Octal 146 231 174 41 0 23 50 222 24 62
Binary 1100110 10011001 1111100 100001 0 10011 101000 10010010 10100 110010

Color Harmonies of #66997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66997C

Black with #66997C

Text Example


Text Example

White with #66997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66997C; }

 p { color: rgb(102,153,124); }

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

background-color css

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

 a { background-color: rgb(102,153,124); }

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

border-color css

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

 span { border-color: rgb(102,153,124); }

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