Html Css Color HEX #07693A Jewel

📋 copy color: '#07693A'

red 7 ◦ green 105 ◦ blue 58

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

Shades of Jewel #07693A

Tints of Jewel #07693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 61.76%

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 4.12%
G = 61.76%
B = 34.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#07693A (or 0x07693A) is known color: Jewel. HEX triplet: 07, 69 and 3A. RGB value is (7,105,58). Sum of RGB (Red+Green+Blue) = 7+105+58=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #07693A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07693A is #F896C5. Grayscale: #464646. Windows color (decimal): -16291526 or 3827975. OLE color: 3827975.

HSL color Cylindrical-coordinate representation of color #07693A: hue angle of 151.22º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07693A is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 58 -
CMYK 0.93 0 0.45 0.59
HSL 151.22º 0.88% 0.22% -
HSV(B) 151.22º 0.93% 0.41% -
XYZ 5.9 10.45 5.71 -
YUV 70.34 121.03 82.82 -
System Red Green Blue C M Y K H S L
Decimal 7 105 58 0.93 0 0.45 0.59 151.22 0.88 0.22
Hex 7 69 3A 5D 0 2D 3B 97 58 16
Octal 7 151 72 135 0 55 73 227 130 26
Binary 111 1101001 111010 1011101 0 101101 111011 10010111 1011000 10110

Color Harmonies of #07693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07693A

Black with #07693A

Text Example


Text Example

White with #07693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,105,58); }

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

background-color css

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

 a { background-color: rgb(7,105,58); }

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

border-color css

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

 span { border-color: rgb(7,105,58); }

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