Html Css Color HEX #66B07C Oxley

📋 copy color: '#66B07C'

red 102 ◦ green 176 ◦ blue 124

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

Shades of Oxley #66B07C

Tints of Oxley #66B07C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

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

R = 25.37%
G = 43.78%
B = 30.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#66B07C (or 0x66B07C) is known color: Oxley. HEX triplet: 66, B0 and 7C. RGB value is (102,176,124). Sum of RGB (Red+Green+Blue) = 102+176+124=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #66B07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B07C is #994F83. Grayscale: #949494. Windows color (decimal): -10047364 or 8171622. OLE color: 8171622.

HSL color Cylindrical-coordinate representation of color #66B07C: hue angle of 137.84º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B07C is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 176 124 -
CMYK 0.42 0 0.30 0.31
HSL 137.84º 0.32% 0.55% -
HSV(B) 137.84º 0.42% 0.69% -
XYZ 24.64 35.33 24.59 -
YUV 147.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 102 176 124 0.42 0 0.30 0.31 137.84 0.32 0.55
Hex 66 B0 7C 2A 0 1E 1F 8A 20 37
Octal 146 260 174 52 0 36 37 212 40 67
Binary 1100110 10110000 1111100 101010 0 11110 11111 10001010 100000 110111

Color Harmonies of #66B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B07C

Black with #66B07C

Text Example


Text Example

White with #66B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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