Html Css Color HEX #66947B Oxley

📋 copy color: '#66947B'

red 102 ◦ green 148 ◦ blue 123

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

Shades of Oxley #66947B

Tints of Oxley #66947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 27.35%
G = 39.68%
B = 32.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#66947B (or 0x66947B) is known color: Oxley. HEX triplet: 66, 94 and 7B. RGB value is (102,148,123). Sum of RGB (Red+Green+Blue) = 102+148+123=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #66947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66947B is #996B84. Grayscale: #838383. Windows color (decimal): -10054533 or 8098918. OLE color: 8098918.

HSL color Cylindrical-coordinate representation of color #66947B: hue angle of 147.39º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66947B is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 123 -
CMYK 0.31 0 0.17 0.42
HSL 147.39º 0.18% 0.49% -
HSV(B) 147.39º 0.31% 0.58% -
XYZ 19.64 25.43 22.61 -
YUV 131.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 102 148 123 0.31 0 0.17 0.42 147.39 0.18 0.49
Hex 66 94 7B 1F 0 11 2A 93 12 31
Octal 146 224 173 37 0 21 52 223 22 61
Binary 1100110 10010100 1111011 11111 0 10001 101010 10010011 10010 110001

Color Harmonies of #66947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66947B

Black with #66947B

Text Example


Text Example

White with #66947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66947B; }

 p { color: rgb(102,148,123); }

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

background-color css

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

 a { background-color: rgb(102,148,123); }

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

border-color css

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

 span { border-color: rgb(102,148,123); }

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