Html Css Color HEX #076743 Jewel

📋 copy color: '#076743'

red 7 ◦ green 103 ◦ blue 67

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

Shades of Jewel #076743

Tints of Jewel #076743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.19%

 BLUE value IS 67 (26.56% from 255) = 37.85%

R = 3.95%
G = 58.19%
B = 37.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#076743 (or 0x076743) is known color: Jewel. HEX triplet: 07, 67 and 43. RGB value is (7,103,67). Sum of RGB (Red+Green+Blue) = 7+103+67=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #076743 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076743 is #F898BC. Grayscale: #464646. Windows color (decimal): -16292029 or 4417287. OLE color: 4417287.

HSL color Cylindrical-coordinate representation of color #076743: hue angle of 157.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076743 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 103 67 -
CMYK 0.93 0 0.35 0.60
HSL 157.5º 0.87% 0.22% -
HSV(B) 157.5º 0.93% 0.4% -
XYZ 5.95 10.15 6.96 -
YUV 70.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 7 103 67 0.93 0 0.35 0.60 157.5 0.87 0.22
Hex 7 67 43 5D 0 23 3C 9E 57 16
Octal 7 147 103 135 0 43 74 236 127 26
Binary 111 1100111 1000011 1011101 0 100011 111100 10011110 1010111 10110

Color Harmonies of #076743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076743

Black with #076743

Text Example


Text Example

White with #076743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076743; }

 p { color: rgb(7,103,67); }

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

background-color css

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

 a { background-color: rgb(7,103,67); }

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

border-color css

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

 span { border-color: rgb(7,103,67); }

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