Html Css Color HEX #007126 Crusoe

📋 copy color: '#007126'

red 0 ◦ green 113 ◦ blue 38

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

Shades of Crusoe #007126

Tints of Crusoe #007126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.17%

R = 0%
G = 74.83%
B = 25.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#007126 (or 0x007126) is known color: Crusoe. HEX triplet: 00, 71 and 26. RGB value is (0,113,38). Sum of RGB (Red+Green+Blue) = 0+113+38=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #007126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007126 is #FF8ED9. Grayscale: #464646. Windows color (decimal): -16748250 or 2519296. OLE color: 2519296.

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

Color convert

RGB 0 113 38 -
CMYK 1 0 0.66 0.56
HSL 140.18º 1% 0.22% -
HSV(B) 140.18º 1% 0.44% -
XYZ 6.25 11.95 3.81 -
YUV 70.66 109.56 77.6 -
System Red Green Blue C M Y K H S L
Decimal 0 113 38 1 0 0.66 0.56 140.18 1 0.22
Hex 0 71 26 64 0 42 38 8C 64 16
Octal 0 161 46 144 0 102 70 214 144 26
Binary 0 1110001 100110 1100100 0 1000010 111000 10001100 1100100 10110

Color Harmonies of #007126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007126

Black with #007126

Text Example


Text Example

White with #007126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007126; }

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

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

background-color css

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

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

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

border-color css

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

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

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