Html Css Color HEX #668B75 Oxley

📋 copy color: '#668B75'

red 102 ◦ green 139 ◦ blue 117

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

Shades of Oxley #668B75

Tints of Oxley #668B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.83%

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

R = 28.49%
G = 38.83%
B = 32.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#668B75 (or 0x668B75) is known color: Oxley. HEX triplet: 66, 8B and 75. RGB value is (102,139,117). Sum of RGB (Red+Green+Blue) = 102+139+117=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #668B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B75 is #99748A. Grayscale: #7D7D7D. Windows color (decimal): -10056843 or 7703398. OLE color: 7703398.

HSL color Cylindrical-coordinate representation of color #668B75: hue angle of 144.32º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B75 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 117 -
CMYK 0.27 0 0.16 0.45
HSL 144.32º 0.15% 0.47% -
HSV(B) 144.32º 0.27% 0.55% -
XYZ 17.92 22.57 20.24 -
YUV 125.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 102 139 117 0.27 0 0.16 0.45 144.32 0.15 0.47
Hex 66 8B 75 1B 0 10 2D 90 F 2F
Octal 146 213 165 33 0 20 55 220 17 57
Binary 1100110 10001011 1110101 11011 0 10000 101101 10010000 1111 101111

Color Harmonies of #668B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B75

Black with #668B75

Text Example


Text Example

White with #668B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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