Html Css Color HEX #07663C Jewel

📋 copy color: '#07663C'

red 7 ◦ green 102 ◦ blue 60

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

Shades of Jewel #07663C

Tints of Jewel #07663C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 4.14%
G = 60.36%
B = 35.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#07663C (or 0x07663C) is known color: Jewel. HEX triplet: 07, 66 and 3C. RGB value is (7,102,60). Sum of RGB (Red+Green+Blue) = 7+102+60=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #07663C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07663C is #F899C3. Grayscale: #444444. Windows color (decimal): -16292292 or 3958279. OLE color: 3958279.

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

Color convert

RGB 7 102 60 -
CMYK 0.93 0 0.41 0.6
HSL 153.47º 0.87% 0.21% -
HSV(B) 153.47º 0.93% 0.4% -
XYZ 5.65 9.87 5.88 -
YUV 68.81 123.03 83.92 -
System Red Green Blue C M Y K H S L
Decimal 7 102 60 0.93 0 0.41 0.6 153.47 0.87 0.21
Hex 7 66 3C 5D 0 29 3C 99 57 15
Octal 7 146 74 135 0 51 74 231 127 25
Binary 111 1100110 111100 1011101 0 101001 111100 10011001 1010111 10101

Color Harmonies of #07663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07663C

Black with #07663C

Text Example


Text Example

White with #07663C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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