Html Css Color HEX #669375 Oxley

📋 copy color: '#669375'

red 102 ◦ green 147 ◦ blue 117

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

Shades of Oxley #669375

Tints of Oxley #669375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.16%

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

R = 27.87%
G = 40.16%
B = 31.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#669375 (or 0x669375) is known color: Oxley. HEX triplet: 66, 93 and 75. RGB value is (102,147,117). Sum of RGB (Red+Green+Blue) = 102+147+117=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #669375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669375 is #996C8A. Grayscale: #828282. Windows color (decimal): -10054795 or 7705446. OLE color: 7705446.

HSL color Cylindrical-coordinate representation of color #669375: hue angle of 140º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669375 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 117 -
CMYK 0.31 0 0.20 0.42
HSL 140º 0.18% 0.49% -
HSV(B) 140º 0.31% 0.58% -
XYZ 19.12 24.98 20.64 -
YUV 130.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 102 147 117 0.31 0 0.20 0.42 140 0.18 0.49
Hex 66 93 75 1F 0 14 2A 8C 12 31
Octal 146 223 165 37 0 24 52 214 22 61
Binary 1100110 10010011 1110101 11111 0 10100 101010 10001100 10010 110001

Color Harmonies of #669375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669375

Black with #669375

Text Example


Text Example

White with #669375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669375; }

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

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

background-color css

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

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

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

border-color css

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

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

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