Html Css Color HEX #007136 Jewel

📋 copy color: '#007136'

red 0 ◦ green 113 ◦ blue 54

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

Shades of Jewel #007136

Tints of Jewel #007136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.34%

R = 0%
G = 67.66%
B = 32.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#007136 (or 0x007136) is known color: Jewel. HEX triplet: 00, 71 and 36. RGB value is (0,113,54). Sum of RGB (Red+Green+Blue) = 0+113+54=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 113 (44.53% from 255 or 67.66% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 113 - color contains mainly: green. Hex color #007136 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007136 is #FF8EC9. Grayscale: #484848. Windows color (decimal): -16748234 or 3567872. OLE color: 3567872.

HSL color Cylindrical-coordinate representation of color #007136: hue angle of 148.67º 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 #007136 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 113 54 -
CMYK 1 0 0.52 0.56
HSL 148.67º 1% 0.22% -
HSV(B) 148.67º 1% 0.44% -
XYZ 6.57 12.08 5.47 -
YUV 72.49 117.56 76.3 -
System Red Green Blue C M Y K H S L
Decimal 0 113 54 1 0 0.52 0.56 148.67 1 0.22
Hex 0 71 36 64 0 34 38 95 64 16
Octal 0 161 66 144 0 64 70 225 144 26
Binary 0 1110001 110110 1100100 0 110100 111000 10010101 1100100 10110

Color Harmonies of #007136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007136

Black with #007136

Text Example


Text Example

White with #007136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007136; }

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

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

background-color css

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

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

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

border-color css

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

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

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