Html Css Color HEX #66987D Oxley

📋 copy color: '#66987D'

red 102 ◦ green 152 ◦ blue 125

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

Shades of Oxley #66987D

Tints of Oxley #66987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 26.91%
G = 40.11%
B = 32.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#66987D (or 0x66987D) is known color: Oxley. HEX triplet: 66, 98 and 7D. RGB value is (102,152,125). Sum of RGB (Red+Green+Blue) = 102+152+125=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #66987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66987D is #996782. Grayscale: #868686. Windows color (decimal): -10053507 or 8231014. OLE color: 8231014.

HSL color Cylindrical-coordinate representation of color #66987D: hue angle of 147.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66987D is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 125 -
CMYK 0.33 0 0.18 0.40
HSL 147.6º 0.2% 0.5% -
HSV(B) 147.6º 0.33% 0.6% -
XYZ 20.41 26.76 23.49 -
YUV 133.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 102 152 125 0.33 0 0.18 0.40 147.6 0.2 0.5
Hex 66 98 7D 21 0 12 28 94 14 32
Octal 146 230 175 41 0 22 50 224 24 62
Binary 1100110 10011000 1111101 100001 0 10010 101000 10010100 10100 110010

Color Harmonies of #66987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66987D

Black with #66987D

Text Example


Text Example

White with #66987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66987D; }

 p { color: rgb(102,152,125); }

 H1.HeaderClassName
 {
   color: #66987D;
 }
 .AnyTagClassName
 {
   color: #66987D;
 }
</style>

background-color css

<style>
 a { background-color: #66987D; }

 a { background-color: rgb(102,152,125); }

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

border-color css

<style>
 span { border-color: #66987D; }

 span { border-color: rgb(102,152,125); }

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