Html Css Color HEX #007727 Crusoe

📋 copy color: '#007727'

red 0 ◦ green 119 ◦ blue 39

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

Shades of Crusoe #007727

Tints of Crusoe #007727

RGB

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

 GREEN value IS 119 (46.88% from 255) = 75.32%

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

R = 0%
G = 75.32%
B = 24.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#007727 (or 0x007727) is known color: Crusoe. HEX triplet: 00, 77 and 27. RGB value is (0,119,39). Sum of RGB (Red+Green+Blue) = 0+119+39=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 119 (46.88% from 255 or 75.32% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 119 - color contains mainly: green. Hex color #007727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007727 is #FF88D8. Grayscale: #4A4A4A. Windows color (decimal): -16746713 or 2586368. OLE color: 2586368.

HSL color Cylindrical-coordinate representation of color #007727: hue angle of 139.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007727 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 39 -
CMYK 1 0 0.67 0.53
HSL 139.66º 1% 0.23% -
HSV(B) 139.66º 1% 0.47% -
XYZ 6.96 13.34 4.13 -
YUV 74.3 108.08 75 -
System Red Green Blue C M Y K H S L
Decimal 0 119 39 1 0 0.67 0.53 139.66 1 0.23
Hex 0 77 27 64 0 43 35 8C 64 17
Octal 0 167 47 144 0 103 65 214 144 27
Binary 0 1110111 100111 1100100 0 1000011 110101 10001100 1100100 10111

Color Harmonies of #007727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007727

Black with #007727

Text Example


Text Example

White with #007727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007727; }

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

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

background-color css

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

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

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

border-color css

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

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

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