Html Css Color HEX #068148 Salem

📋 copy color: '#068148'

red 6 ◦ green 129 ◦ blue 72

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

Shades of Salem #068148

Tints of Salem #068148

RGB

 RED value IS 6 (2.73% from 255) = 2.9%

 GREEN value IS 129 (50.78% from 255) = 62.32%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 2.9%
G = 62.32%
B = 34.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#068148 (or 0x068148) is known color: Salem. HEX triplet: 06, 81 and 48. RGB value is (6,129,72). Sum of RGB (Red+Green+Blue) = 6+129+72=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #068148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068148 is #F97EB7. Grayscale: #555555. Windows color (decimal): -16350904 or 4751622. OLE color: 4751622.

HSL color Cylindrical-coordinate representation of color #068148: hue angle of 152.2º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068148 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 129 72 -
CMYK 0.95 0 0.44 0.49
HSL 152.2º 0.91% 0.26% -
HSV(B) 152.2º 0.95% 0.51% -
XYZ 9.1 16.21 8.78 -
YUV 85.73 120.25 71.13 -
System Red Green Blue C M Y K H S L
Decimal 6 129 72 0.95 0 0.44 0.49 152.2 0.91 0.26
Hex 6 81 48 5F 0 2C 31 98 5B 1A
Octal 6 201 110 137 0 54 61 230 133 32
Binary 110 10000001 1001000 1011111 0 101100 110001 10011000 1011011 11010

Color Harmonies of #068148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068148

Black with #068148

Text Example


Text Example

White with #068148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068148; }

 p { color: rgb(6,129,72); }

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

background-color css

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

 a { background-color: rgb(6,129,72); }

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

border-color css

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

 span { border-color: rgb(6,129,72); }

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