Html Css Color HEX #669871 Oxley

📋 copy color: '#669871'

red 102 ◦ green 152 ◦ blue 113

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

Shades of Oxley #669871

Tints of Oxley #669871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

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

R = 27.79%
G = 41.42%
B = 30.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#669871 (or 0x669871) is known color: Oxley. HEX triplet: 66, 98 and 71. RGB value is (102,152,113). Sum of RGB (Red+Green+Blue) = 102+152+113=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #669871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669871 is #99678E. Grayscale: #848484. Windows color (decimal): -10053519 or 7444582. OLE color: 7444582.

HSL color Cylindrical-coordinate representation of color #669871: hue angle of 133.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669871 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 113 -
CMYK 0.33 0 0.26 0.40
HSL 133.2º 0.2% 0.5% -
HSV(B) 133.2º 0.33% 0.6% -
XYZ 19.69 26.47 19.7 -
YUV 132.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 102 152 113 0.33 0 0.26 0.40 133.2 0.2 0.5
Hex 66 98 71 21 0 1A 28 85 14 32
Octal 146 230 161 41 0 32 50 205 24 62
Binary 1100110 10011000 1110001 100001 0 11010 101000 10000101 10100 110010

Color Harmonies of #669871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669871

Black with #669871

Text Example


Text Example

White with #669871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669871; }

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

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

background-color css

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

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

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

border-color css

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

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

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