Html Css Color HEX #669675 Oxley

📋 copy color: '#669675'

red 102 ◦ green 150 ◦ blue 117

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

Shades of Oxley #669675

Tints of Oxley #669675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 27.64%
G = 40.65%
B = 31.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#669675 (or 0x669675) is known color: Oxley. HEX triplet: 66, 96 and 75. RGB value is (102,150,117). Sum of RGB (Red+Green+Blue) = 102+150+117=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #669675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669675 is #99698A. Grayscale: #838383. Windows color (decimal): -10054027 or 7706214. OLE color: 7706214.

HSL color Cylindrical-coordinate representation of color #669675: hue angle of 138.75º 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 #669675 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 117 -
CMYK 0.32 0 0.22 0.41
HSL 138.75º 0.19% 0.49% -
HSV(B) 138.75º 0.32% 0.59% -
XYZ 19.6 25.92 20.8 -
YUV 131.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 102 150 117 0.32 0 0.22 0.41 138.75 0.19 0.49
Hex 66 96 75 20 0 16 29 8B 13 31
Octal 146 226 165 40 0 26 51 213 23 61
Binary 1100110 10010110 1110101 100000 0 10110 101001 10001011 10011 110001

Color Harmonies of #669675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669675

Black with #669675

Text Example


Text Example

White with #669675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669675; }

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

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

background-color css

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

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

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

border-color css

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

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

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