Html Css Color HEX #669075 Oxley

📋 copy color: '#669075'

red 102 ◦ green 144 ◦ blue 117

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

Shades of Oxley #669075

Tints of Oxley #669075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

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

R = 28.1%
G = 39.67%
B = 32.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#669075 (or 0x669075) is known color: Oxley. HEX triplet: 66, 90 and 75. RGB value is (102,144,117). Sum of RGB (Red+Green+Blue) = 102+144+117=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #669075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669075 is #996F8A. Grayscale: #808080. Windows color (decimal): -10055563 or 7704678. OLE color: 7704678.

HSL color Cylindrical-coordinate representation of color #669075: hue angle of 141.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669075 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 117 -
CMYK 0.29 0 0.19 0.44
HSL 141.43º 0.17% 0.48% -
HSV(B) 141.43º 0.29% 0.56% -
XYZ 18.66 24.06 20.49 -
YUV 128.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 102 144 117 0.29 0 0.19 0.44 141.43 0.17 0.48
Hex 66 90 75 1D 0 13 2C 8D 11 30
Octal 146 220 165 35 0 23 54 215 21 60
Binary 1100110 10010000 1110101 11101 0 10011 101100 10001101 10001 110000

Color Harmonies of #669075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669075

Black with #669075

Text Example


Text Example

White with #669075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669075; }

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

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

background-color css

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

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

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

border-color css

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

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

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