Html Css Color HEX #66A77C Oxley

📋 copy color: '#66A77C'

red 102 ◦ green 167 ◦ blue 124

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

Shades of Oxley #66A77C

Tints of Oxley #66A77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.49%

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 25.95%
G = 42.49%
B = 31.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#66A77C (or 0x66A77C) is known color: Oxley. HEX triplet: 66, A7 and 7C. RGB value is (102,167,124). Sum of RGB (Red+Green+Blue) = 102+167+124=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #66A77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A77C is #995883. Grayscale: #8E8E8E. Windows color (decimal): -10049668 or 8169318. OLE color: 8169318.

HSL color Cylindrical-coordinate representation of color #66A77C: hue angle of 140.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A77C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 167 124 -
CMYK 0.39 0 0.26 0.35
HSL 140.31º 0.27% 0.53% -
HSV(B) 140.31º 0.39% 0.65% -
XYZ 22.94 31.92 24.02 -
YUV 142.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 102 167 124 0.39 0 0.26 0.35 140.31 0.27 0.53
Hex 66 A7 7C 27 0 1A 23 8C 1B 35
Octal 146 247 174 47 0 32 43 214 33 65
Binary 1100110 10100111 1111100 100111 0 11010 100011 10001100 11011 110101

Color Harmonies of #66A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A77C

Black with #66A77C

Text Example


Text Example

White with #66A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A77C; }

 p { color: rgb(102,167,124); }

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

background-color css

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

 a { background-color: rgb(102,167,124); }

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

border-color css

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

 span { border-color: rgb(102,167,124); }

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