Html Css Color HEX #07683D Jewel

📋 copy color: '#07683D'

red 7 ◦ green 104 ◦ blue 61

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

Shades of Jewel #07683D

Tints of Jewel #07683D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 60.47%

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

R = 4.07%
G = 60.47%
B = 35.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#07683D (or 0x07683D) is known color: Jewel. HEX triplet: 07, 68 and 3D. RGB value is (7,104,61). Sum of RGB (Red+Green+Blue) = 7+104+61=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #07683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07683D is #F897C2. Grayscale: #464646. Windows color (decimal): -16291779 or 4024327. OLE color: 4024327.

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

Color convert

RGB 7 104 61 -
CMYK 0.93 0 0.41 0.59
HSL 153.4º 0.87% 0.22% -
HSV(B) 153.4º 0.93% 0.41% -
XYZ 5.88 10.28 6.09 -
YUV 70.1 122.86 83 -
System Red Green Blue C M Y K H S L
Decimal 7 104 61 0.93 0 0.41 0.59 153.4 0.87 0.22
Hex 7 68 3D 5D 0 29 3B 99 57 16
Octal 7 150 75 135 0 51 73 231 127 26
Binary 111 1101000 111101 1011101 0 101001 111011 10011001 1010111 10110

Color Harmonies of #07683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07683D

Black with #07683D

Text Example


Text Example

White with #07683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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