Html Css Color HEX #669273 Oxley

📋 copy color: '#669273'

red 102 ◦ green 146 ◦ blue 115

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

Shades of Oxley #669273

Tints of Oxley #669273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 28.1%
G = 40.22%
B = 31.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#669273 (or 0x669273) is known color: Oxley. HEX triplet: 66, 92 and 73. RGB value is (102,146,115). Sum of RGB (Red+Green+Blue) = 102+146+115=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #669273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669273 is #996D8C. Grayscale: #818181. Windows color (decimal): -10055053 or 7574118. OLE color: 7574118.

HSL color Cylindrical-coordinate representation of color #669273: hue angle of 137.73º 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 #669273 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 115 -
CMYK 0.30 0 0.21 0.43
HSL 137.73º 0.18% 0.49% -
HSV(B) 137.73º 0.3% 0.57% -
XYZ 18.85 24.62 19.98 -
YUV 129.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 102 146 115 0.30 0 0.21 0.43 137.73 0.18 0.49
Hex 66 92 73 1E 0 15 2B 8A 12 31
Octal 146 222 163 36 0 25 53 212 22 61
Binary 1100110 10010010 1110011 11110 0 10101 101011 10001010 10010 110001

Color Harmonies of #669273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669273

Black with #669273

Text Example


Text Example

White with #669273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669273; }

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

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

background-color css

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

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

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

border-color css

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

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

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