Html Css Color HEX #07693B Jewel

📋 copy color: '#07693B'

red 7 ◦ green 105 ◦ blue 59

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

Shades of Jewel #07693B

Tints of Jewel #07693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.5%

R = 4.09%
G = 61.4%
B = 34.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#07693B (or 0x07693B) is known color: Jewel. HEX triplet: 07, 69 and 3B. RGB value is (7,105,59). Sum of RGB (Red+Green+Blue) = 7+105+59=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #07693B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07693B is #F896C4. Grayscale: #464646. Windows color (decimal): -16291525 or 3893511. OLE color: 3893511.

HSL color Cylindrical-coordinate representation of color #07693B: hue angle of 151.84º 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 #07693B is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 59 -
CMYK 0.93 0 0.44 0.59
HSL 151.84º 0.88% 0.22% -
HSV(B) 151.84º 0.93% 0.41% -
XYZ 5.93 10.46 5.84 -
YUV 70.45 121.53 82.74 -
System Red Green Blue C M Y K H S L
Decimal 7 105 59 0.93 0 0.44 0.59 151.84 0.88 0.22
Hex 7 69 3B 5D 0 2C 3B 98 58 16
Octal 7 151 73 135 0 54 73 230 130 26
Binary 111 1101001 111011 1011101 0 101100 111011 10011000 1011000 10110

Color Harmonies of #07693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07693B

Black with #07693B

Text Example


Text Example

White with #07693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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