Html Css Color HEX #67978A Patina

📋 copy color: '#67978A'

red 103 ◦ green 151 ◦ blue 138

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

Shades of Patina #67978A

Tints of Patina #67978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 26.28%
G = 38.52%
B = 35.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#67978A (or 0x67978A) is known color: Patina. HEX triplet: 67, 97 and 8A. RGB value is (103,151,138). Sum of RGB (Red+Green+Blue) = 103+151+138=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #67978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67978A is #986875. Grayscale: #878787. Windows color (decimal): -9988214 or 9082727. OLE color: 9082727.

HSL color Cylindrical-coordinate representation of color #67978A: hue angle of 163.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67978A is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 151 138 -
CMYK 0.32 0 0.09 0.41
HSL 163.75º 0.19% 0.5% -
HSV(B) 163.75º 0.32% 0.59% -
XYZ 21.25 26.85 28.11 -
YUV 135.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 103 151 138 0.32 0 0.09 0.41 163.75 0.19 0.5
Hex 67 97 8A 20 0 9 29 A4 13 32
Octal 147 227 212 40 0 11 51 244 23 62
Binary 1100111 10010111 10001010 100000 0 1001 101001 10100100 10011 110010

Color Harmonies of #67978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67978A

Black with #67978A

Text Example


Text Example

White with #67978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67978A; }

 p { color: rgb(103,151,138); }

 H1.HeaderClassName
 {
   color: #67978A;
 }
 .AnyTagClassName
 {
   color: #67978A;
 }
</style>

background-color css

<style>
 a { background-color: #67978A; }

 a { background-color: rgb(103,151,138); }

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

border-color css

<style>
 span { border-color: #67978A; }

 span { border-color: rgb(103,151,138); }

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