Html Css Color HEX #68A183 Patina

📋 copy color: '#68A183'

red 104 ◦ green 161 ◦ blue 131

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

Shades of Patina #68A183

Tints of Patina #68A183

RGB

 RED value IS 104 (41.02% from 255) = 26.26%

 GREEN value IS 161 (63.28% from 255) = 40.66%

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 26.26%
G = 40.66%
B = 33.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#68A183 (or 0x68A183) is known color: Patina. HEX triplet: 68, A1 and 83. RGB value is (104,161,131). Sum of RGB (Red+Green+Blue) = 104+161+131=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #68A183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A183 is #975E7C. Grayscale: #8C8C8C. Windows color (decimal): -9920125 or 8626536. OLE color: 8626536.

HSL color Cylindrical-coordinate representation of color #68A183: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A183 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 161 131 -
CMYK 0.35 0 0.19 0.37
HSL 148.42º 0.23% 0.52% -
HSV(B) 148.42º 0.35% 0.63% -
XYZ 22.55 30.07 26.09 -
YUV 140.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 104 161 131 0.35 0 0.19 0.37 148.42 0.23 0.52
Hex 68 A1 83 23 0 13 25 94 17 34
Octal 150 241 203 43 0 23 45 224 27 64
Binary 1101000 10100001 10000011 100011 0 10011 100101 10010100 10111 110100

Color Harmonies of #68A183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A183

Black with #68A183

Text Example


Text Example

White with #68A183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A183; }

 p { color: rgb(104,161,131); }

 H1.HeaderClassName
 {
   color: #68A183;
 }
 .AnyTagClassName
 {
   color: #68A183;
 }
</style>

background-color css

<style>
 a { background-color: #68A183; }

 a { background-color: rgb(104,161,131); }

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

border-color css

<style>
 span { border-color: #68A183; }

 span { border-color: rgb(104,161,131); }

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