Html Css Color HEX #669271 Oxley

📋 copy color: '#669271'

red 102 ◦ green 146 ◦ blue 113

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

Shades of Oxley #669271

Tints of Oxley #669271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 28.25%
G = 40.44%
B = 31.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#669271 (or 0x669271) is known color: Oxley. HEX triplet: 66, 92 and 71. RGB value is (102,146,113). Sum of RGB (Red+Green+Blue) = 102+146+113=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #669271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669271 is #996D8E. Grayscale: #818181. Windows color (decimal): -10055055 or 7443046. OLE color: 7443046.

HSL color Cylindrical-coordinate representation of color #669271: hue angle of 135º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669271 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 113 -
CMYK 0.30 0 0.23 0.43
HSL 135º 0.18% 0.49% -
HSV(B) 135º 0.3% 0.57% -
XYZ 18.74 24.57 19.38 -
YUV 129.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 102 146 113 0.30 0 0.23 0.43 135 0.18 0.49
Hex 66 92 71 1E 0 17 2B 87 12 31
Octal 146 222 161 36 0 27 53 207 22 61
Binary 1100110 10010010 1110001 11110 0 10111 101011 10000111 10010 110001

Color Harmonies of #669271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669271

Black with #669271

Text Example


Text Example

White with #669271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669271; }

 p { color: rgb(102,146,113); }

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

background-color css

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

 a { background-color: rgb(102,146,113); }

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

border-color css

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

 span { border-color: rgb(102,146,113); }

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