Html Css Color HEX #07663D Jewel

📋 copy color: '#07663D'

red 7 ◦ green 102 ◦ blue 61

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

Shades of Jewel #07663D

Tints of Jewel #07663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 60%

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

R = 4.12%
G = 60%
B = 35.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#07663D (or 0x07663D) is known color: Jewel. HEX triplet: 07, 66 and 3D. RGB value is (7,102,61). Sum of RGB (Red+Green+Blue) = 7+102+61=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #07663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07663D is #F899C2. Grayscale: #444444. Windows color (decimal): -16292291 or 4023815. OLE color: 4023815.

HSL color Cylindrical-coordinate representation of color #07663D: hue angle of 154.11º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07663D is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 61 -
CMYK 0.93 0 0.40 0.6
HSL 154.11º 0.87% 0.21% -
HSV(B) 154.11º 0.93% 0.4% -
XYZ 5.68 9.88 6.02 -
YUV 68.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 7 102 61 0.93 0 0.40 0.6 154.11 0.87 0.21
Hex 7 66 3D 5D 0 28 3C 9A 57 15
Octal 7 146 75 135 0 50 74 232 127 25
Binary 111 1100110 111101 1011101 0 101000 111100 10011010 1010111 10101

Color Harmonies of #07663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07663D

Black with #07663D

Text Example


Text Example

White with #07663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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