Html Css Color HEX #66967C Oxley

📋 copy color: '#66967C'

red 102 ◦ green 150 ◦ blue 124

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

Shades of Oxley #66967C

Tints of Oxley #66967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 27.13%
G = 39.89%
B = 32.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#66967C (or 0x66967C) is known color: Oxley. HEX triplet: 66, 96 and 7C. RGB value is (102,150,124). Sum of RGB (Red+Green+Blue) = 102+150+124=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #66967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66967C is #996983. Grayscale: #848484. Windows color (decimal): -10054020 or 8164966. OLE color: 8164966.

HSL color Cylindrical-coordinate representation of color #66967C: hue angle of 147.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66967C is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 124 -
CMYK 0.32 0 0.17 0.41
HSL 147.5º 0.19% 0.49% -
HSV(B) 147.5º 0.32% 0.59% -
XYZ 20.02 26.09 23.05 -
YUV 132.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 102 150 124 0.32 0 0.17 0.41 147.5 0.19 0.49
Hex 66 96 7C 20 0 11 29 94 13 31
Octal 146 226 174 40 0 21 51 224 23 61
Binary 1100110 10010110 1111100 100000 0 10001 101001 10010100 10011 110001

Color Harmonies of #66967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66967C

Black with #66967C

Text Example


Text Example

White with #66967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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