Html Css Color HEX #66A77F Oxley

📋 copy color: '#66A77F'

red 102 ◦ green 167 ◦ blue 127

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

Shades of Oxley #66A77F

Tints of Oxley #66A77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.07%

R = 25.76%
G = 42.17%
B = 32.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#66A77F (or 0x66A77F) is known color: Oxley. HEX triplet: 66, A7 and 7F. RGB value is (102,167,127). Sum of RGB (Red+Green+Blue) = 102+167+127=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #66A77F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A77F is #995880. Grayscale: #8F8F8F. Windows color (decimal): -10049665 or 8365926. OLE color: 8365926.

HSL color Cylindrical-coordinate representation of color #66A77F: hue angle of 143.08º 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 #66A77F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 167 127 -
CMYK 0.39 0 0.24 0.35
HSL 143.08º 0.27% 0.53% -
HSV(B) 143.08º 0.39% 0.65% -
XYZ 23.13 31.99 25.04 -
YUV 143.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 102 167 127 0.39 0 0.24 0.35 143.08 0.27 0.53
Hex 66 A7 7F 27 0 18 23 8F 1B 35
Octal 146 247 177 47 0 30 43 217 33 65
Binary 1100110 10100111 1111111 100111 0 11000 100011 10001111 11011 110101

Color Harmonies of #66A77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A77F

Black with #66A77F

Text Example


Text Example

White with #66A77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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