Html Css Color HEX #00713C Jewel

📋 copy color: '#00713C'

red 0 ◦ green 113 ◦ blue 60

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

Shades of Jewel #00713C

Tints of Jewel #00713C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 113 (44.53% from 255) = 65.32%

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

R = 0%
G = 65.32%
B = 34.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#00713C (or 0x00713C) is known color: Jewel. HEX triplet: 00, 71 and 3C. RGB value is (0,113,60). Sum of RGB (Red+Green+Blue) = 0+113+60=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #00713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00713C is #FF8EC3. Grayscale: #494949. Windows color (decimal): -16748228 or 3961088. OLE color: 3961088.

HSL color Cylindrical-coordinate representation of color #00713C: hue angle of 151.86º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00713C is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 60 -
CMYK 1 0 0.47 0.56
HSL 151.86º 1% 0.22% -
HSV(B) 151.86º 1% 0.44% -
XYZ 6.72 12.14 6.26 -
YUV 73.17 120.56 75.81 -
System Red Green Blue C M Y K H S L
Decimal 0 113 60 1 0 0.47 0.56 151.86 1 0.22
Hex 0 71 3C 64 0 2F 38 98 64 16
Octal 0 161 74 144 0 57 70 230 144 26
Binary 0 1110001 111100 1100100 0 101111 111000 10011000 1100100 10110

Color Harmonies of #00713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00713C

Black with #00713C

Text Example


Text Example

White with #00713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,113,60); }

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

background-color css

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

 a { background-color: rgb(0,113,60); }

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

border-color css

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

 span { border-color: rgb(0,113,60); }

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