Html Css Color HEX #007728 Crusoe

📋 copy color: '#007728'

red 0 ◦ green 119 ◦ blue 40

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

Shades of Crusoe #007728

Tints of Crusoe #007728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 0%
G = 74.84%
B = 25.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#007728 (or 0x007728) is known color: Crusoe. HEX triplet: 00, 77 and 28. RGB value is (0,119,40). Sum of RGB (Red+Green+Blue) = 0+119+40=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 119 (46.88% from 255 or 74.84% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 119 - color contains mainly: green. Hex color #007728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007728 is #FF88D7. Grayscale: #4A4A4A. Windows color (decimal): -16746712 or 2651904. OLE color: 2651904.

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

Color convert

RGB 0 119 40 -
CMYK 1 0 0.66 0.53
HSL 140.17º 1% 0.23% -
HSV(B) 140.17º 1% 0.47% -
XYZ 6.98 13.35 4.22 -
YUV 74.41 108.58 74.92 -
System Red Green Blue C M Y K H S L
Decimal 0 119 40 1 0 0.66 0.53 140.17 1 0.23
Hex 0 77 28 64 0 42 35 8C 64 17
Octal 0 167 50 144 0 102 65 214 144 27
Binary 0 1110111 101000 1100100 0 1000010 110101 10001100 1100100 10111

Color Harmonies of #007728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007728

Black with #007728

Text Example


Text Example

White with #007728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007728; }

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

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

background-color css

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

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

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

border-color css

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

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

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