Html Css Color HEX #66A67A Oxley

📋 copy color: '#66A67A'

red 102 ◦ green 166 ◦ blue 122

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

Shades of Oxley #66A67A

Tints of Oxley #66A67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.56%

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 26.15%
G = 42.56%
B = 31.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#66A67A (or 0x66A67A) is known color: Oxley. HEX triplet: 66, A6 and 7A. RGB value is (102,166,122). Sum of RGB (Red+Green+Blue) = 102+166+122=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #66A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A67A is #995985. Grayscale: #8D8D8D. Windows color (decimal): -10049926 or 8037990. OLE color: 8037990.

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

Color convert

RGB 102 166 122 -
CMYK 0.39 0 0.27 0.35
HSL 138.75º 0.26% 0.53% -
HSV(B) 138.75º 0.39% 0.65% -
XYZ 22.63 31.5 23.3 -
YUV 141.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 102 166 122 0.39 0 0.27 0.35 138.75 0.26 0.53
Hex 66 A6 7A 27 0 1B 23 8B 1A 35
Octal 146 246 172 47 0 33 43 213 32 65
Binary 1100110 10100110 1111010 100111 0 11011 100011 10001011 11010 110101

Color Harmonies of #66A67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A67A

Black with #66A67A

Text Example


Text Example

White with #66A67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,166,122); }

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

background-color css

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

 a { background-color: rgb(102,166,122); }

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

border-color css

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

 span { border-color: rgb(102,166,122); }

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