Html Css Color HEX #669B75 Oxley

📋 copy color: '#669B75'

red 102 ◦ green 155 ◦ blue 117

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

Shades of Oxley #669B75

Tints of Oxley #669B75

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.44%

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

R = 27.27%
G = 41.44%
B = 31.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#669B75 (or 0x669B75) is known color: Oxley. HEX triplet: 66, 9B and 75. RGB value is (102,155,117). Sum of RGB (Red+Green+Blue) = 102+155+117=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #669B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B75 is #99648A. Grayscale: #868686. Windows color (decimal): -10052747 or 7707494. OLE color: 7707494.

HSL color Cylindrical-coordinate representation of color #669B75: hue angle of 136.98º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B75 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 117 -
CMYK 0.34 0 0.25 0.39
HSL 136.98º 0.21% 0.5% -
HSV(B) 136.98º 0.34% 0.61% -
XYZ 20.41 27.55 21.07 -
YUV 134.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 102 155 117 0.34 0 0.25 0.39 136.98 0.21 0.5
Hex 66 9B 75 22 0 19 27 89 15 32
Octal 146 233 165 42 0 31 47 211 25 62
Binary 1100110 10011011 1110101 100010 0 11001 100111 10001001 10101 110010

Color Harmonies of #669B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B75

Black with #669B75

Text Example


Text Example

White with #669B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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