Html Css Color HEX #07673D Jewel

📋 copy color: '#07673D'

red 7 ◦ green 103 ◦ blue 61

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

Shades of Jewel #07673D

Tints of Jewel #07673D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.67%

R = 4.09%
G = 60.23%
B = 35.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#07673D (or 0x07673D) is known color: Jewel. HEX triplet: 07, 67 and 3D. RGB value is (7,103,61). Sum of RGB (Red+Green+Blue) = 7+103+61=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 103 (40.62% from 255 or 60.23% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 103 - color contains mainly: green. Hex color #07673D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07673D is #F898C2. Grayscale: #454545. Windows color (decimal): -16292035 or 4024071. OLE color: 4024071.

HSL color Cylindrical-coordinate representation of color #07673D: hue angle of 153.75º 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 #07673D is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 103 61 -
CMYK 0.93 0 0.41 0.60
HSL 153.75º 0.87% 0.22% -
HSV(B) 153.75º 0.93% 0.4% -
XYZ 5.78 10.08 6.06 -
YUV 69.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 7 103 61 0.93 0 0.41 0.60 153.75 0.87 0.22
Hex 7 67 3D 5D 0 29 3C 9A 57 16
Octal 7 147 75 135 0 51 74 232 127 26
Binary 111 1100111 111101 1011101 0 101001 111100 10011010 1010111 10110

Color Harmonies of #07673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07673D

Black with #07673D

Text Example


Text Example

White with #07673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07673D; }

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

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

background-color css

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

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

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

border-color css

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

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

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