Html Css Color HEX #007127 Crusoe

📋 copy color: '#007127'

red 0 ◦ green 113 ◦ blue 39

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

Shades of Crusoe #007127

Tints of Crusoe #007127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.66%

R = 0%
G = 74.34%
B = 25.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#007127 (or 0x007127) is known color: Crusoe. HEX triplet: 00, 71 and 27. RGB value is (0,113,39). Sum of RGB (Red+Green+Blue) = 0+113+39=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #007127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007127 is #FF8ED8. Grayscale: #464646. Windows color (decimal): -16748249 or 2584832. OLE color: 2584832.

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

Color convert

RGB 0 113 39 -
CMYK 1 0 0.65 0.56
HSL 140.71º 1% 0.22% -
HSV(B) 140.71º 1% 0.44% -
XYZ 6.27 11.96 3.9 -
YUV 70.78 110.06 77.52 -
System Red Green Blue C M Y K H S L
Decimal 0 113 39 1 0 0.65 0.56 140.71 1 0.22
Hex 0 71 27 64 0 41 38 8D 64 16
Octal 0 161 47 144 0 101 70 215 144 26
Binary 0 1110001 100111 1100100 0 1000001 111000 10001101 1100100 10110

Color Harmonies of #007127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007127

Black with #007127

Text Example


Text Example

White with #007127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007127; }

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

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

background-color css

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

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

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

border-color css

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

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

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