Html Css Color HEX #076144 Jewel

📋 copy color: '#076144'

red 7 ◦ green 97 ◦ blue 68

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

Shades of Jewel #076144

Tints of Jewel #076144

RGB

 RED value IS 7 (3.13% from 255) = 4.07%

 GREEN value IS 97 (38.28% from 255) = 56.4%

 BLUE value IS 68 (26.95% from 255) = 39.53%

R = 4.07%
G = 56.4%
B = 39.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#076144 (or 0x076144) is known color: Jewel. HEX triplet: 07, 61 and 44. RGB value is (7,97,68). Sum of RGB (Red+Green+Blue) = 7+97+68=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #076144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076144 is #F89EBB. Grayscale: #424242. Windows color (decimal): -16293564 or 4481287. OLE color: 4481287.

HSL color Cylindrical-coordinate representation of color #076144: hue angle of 160.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076144 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 68 -
CMYK 0.93 0 0.30 0.62
HSL 160.67º 0.87% 0.2% -
HSV(B) 160.67º 0.93% 0.38% -
XYZ 5.41 9.01 6.92 -
YUV 66.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 7 97 68 0.93 0 0.30 0.62 160.67 0.87 0.2
Hex 7 61 44 5D 0 1E 3E A1 57 14
Octal 7 141 104 135 0 36 76 241 127 24
Binary 111 1100001 1000100 1011101 0 11110 111110 10100001 1010111 10100

Color Harmonies of #076144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076144

Black with #076144

Text Example


Text Example

White with #076144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076144; }

 p { color: rgb(7,97,68); }

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

background-color css

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

 a { background-color: rgb(7,97,68); }

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

border-color css

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

 span { border-color: rgb(7,97,68); }

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