Html Css Color HEX #669975 Oxley

📋 copy color: '#669975'

red 102 ◦ green 153 ◦ blue 117

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

Shades of Oxley #669975

Tints of Oxley #669975

RGB

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

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

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

R = 27.42%
G = 41.13%
B = 31.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#669975 (or 0x669975) is known color: Oxley. HEX triplet: 66, 99 and 75. RGB value is (102,153,117). Sum of RGB (Red+Green+Blue) = 102+153+117=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #669975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669975 is #99668A. Grayscale: #858585. Windows color (decimal): -10053259 or 7706982. OLE color: 7706982.

HSL color Cylindrical-coordinate representation of color #669975: hue angle of 137.65º 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 #669975 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 117 -
CMYK 0.33 0 0.24 0.4
HSL 137.65º 0.2% 0.5% -
HSV(B) 137.65º 0.33% 0.6% -
XYZ 20.08 26.89 20.96 -
YUV 133.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 102 153 117 0.33 0 0.24 0.4 137.65 0.2 0.5
Hex 66 99 75 21 0 18 28 8A 14 32
Octal 146 231 165 41 0 30 50 212 24 62
Binary 1100110 10011001 1110101 100001 0 11000 101000 10001010 10100 110010

Color Harmonies of #669975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669975

Black with #669975

Text Example


Text Example

White with #669975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669975; }

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

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

background-color css

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

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

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

border-color css

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

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

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