Html Css Color HEX #66987B Oxley

📋 copy color: '#66987B'

red 102 ◦ green 152 ◦ blue 123

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

Shades of Oxley #66987B

Tints of Oxley #66987B

RGB

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

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

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

R = 27.06%
G = 40.32%
B = 32.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#66987B (or 0x66987B) is known color: Oxley. HEX triplet: 66, 98 and 7B. RGB value is (102,152,123). Sum of RGB (Red+Green+Blue) = 102+152+123=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #66987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66987B is #996784. Grayscale: #858585. Windows color (decimal): -10053509 or 8099942. OLE color: 8099942.

HSL color Cylindrical-coordinate representation of color #66987B: hue angle of 145.2º 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 #66987B is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 123 -
CMYK 0.33 0 0.19 0.40
HSL 145.2º 0.2% 0.5% -
HSV(B) 145.2º 0.33% 0.6% -
XYZ 20.28 26.71 22.83 -
YUV 133.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 102 152 123 0.33 0 0.19 0.40 145.2 0.2 0.5
Hex 66 98 7B 21 0 13 28 91 14 32
Octal 146 230 173 41 0 23 50 221 24 62
Binary 1100110 10011000 1111011 100001 0 10011 101000 10010001 10100 110010

Color Harmonies of #66987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66987B

Black with #66987B

Text Example


Text Example

White with #66987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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