Html Css Color HEX #67987F Patina

📋 copy color: '#67987F'

red 103 ◦ green 152 ◦ blue 127

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

Shades of Patina #67987F

Tints of Patina #67987F

RGB

 RED value IS 103 (40.63% from 255) = 26.96%

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

 BLUE value IS 127 (50% from 255) = 33.25%

R = 26.96%
G = 39.79%
B = 33.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#67987F (or 0x67987F) is known color: Patina. HEX triplet: 67, 98 and 7F. RGB value is (103,152,127). Sum of RGB (Red+Green+Blue) = 103+152+127=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #67987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67987F is #986780. Grayscale: #868686. Windows color (decimal): -9987969 or 8362087. OLE color: 8362087.

HSL color Cylindrical-coordinate representation of color #67987F: hue angle of 149.39º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67987F is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 127 -
CMYK 0.32 0 0.16 0.40
HSL 149.39º 0.19% 0.5% -
HSV(B) 149.39º 0.32% 0.6% -
XYZ 20.65 26.87 24.18 -
YUV 134.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 103 152 127 0.32 0 0.16 0.40 149.39 0.19 0.5
Hex 67 98 7F 20 0 10 28 95 13 32
Octal 147 230 177 40 0 20 50 225 23 62
Binary 1100111 10011000 1111111 100000 0 10000 101000 10010101 10011 110010

Color Harmonies of #67987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67987F

Black with #67987F

Text Example


Text Example

White with #67987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67987F; }

 p { color: rgb(103,152,127); }

 H1.HeaderClassName
 {
   color: #67987F;
 }
 .AnyTagClassName
 {
   color: #67987F;
 }
</style>

background-color css

<style>
 a { background-color: #67987F; }

 a { background-color: rgb(103,152,127); }

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

border-color css

<style>
 span { border-color: #67987F; }

 span { border-color: rgb(103,152,127); }

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