Html Css Color HEX #67A288 Patina

📋 copy color: '#67A288'

red 103 ◦ green 162 ◦ blue 136

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

Shades of Patina #67A288

Tints of Patina #67A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 25.69%
G = 40.4%
B = 33.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#67A288 (or 0x67A288) is known color: Patina. HEX triplet: 67, A2 and 88. RGB value is (103,162,136). Sum of RGB (Red+Green+Blue) = 103+162+136=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #67A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A288 is #985D77. Grayscale: #8D8D8D. Windows color (decimal): -9985400 or 8954471. OLE color: 8954471.

HSL color Cylindrical-coordinate representation of color #67A288: hue angle of 153.56º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A288 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 103 162 136 -
CMYK 0.36 0 0.16 0.36
HSL 153.56º 0.24% 0.52% -
HSV(B) 153.56º 0.36% 0.64% -
XYZ 22.96 30.5 27.97 -
YUV 141.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 103 162 136 0.36 0 0.16 0.36 153.56 0.24 0.52
Hex 67 A2 88 24 0 10 24 9A 18 34
Octal 147 242 210 44 0 20 44 232 30 64
Binary 1100111 10100010 10001000 100100 0 10000 100100 10011010 11000 110100

Color Harmonies of #67A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A288

Black with #67A288

Text Example


Text Example

White with #67A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A288; }

 p { color: rgb(103,162,136); }

 H1.HeaderClassName
 {
   color: #67A288;
 }
 .AnyTagClassName
 {
   color: #67A288;
 }
</style>

background-color css

<style>
 a { background-color: #67A288; }

 a { background-color: rgb(103,162,136); }

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

border-color css

<style>
 span { border-color: #67A288; }

 span { border-color: rgb(103,162,136); }

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