Html Css Color HEX #006627 Crusoe

📋 copy color: '#006627'

red 0 ◦ green 102 ◦ blue 39

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

Shades of Crusoe #006627

Tints of Crusoe #006627

RGB

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

 GREEN value IS 102 (40.23% from 255) = 72.34%

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

R = 0%
G = 72.34%
B = 27.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#006627 (or 0x006627) is known color: Crusoe. HEX triplet: 00, 66 and 27. RGB value is (0,102,39). Sum of RGB (Red+Green+Blue) = 0+102+39=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #006627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006627 is #FF99D8. Grayscale: #404040. Windows color (decimal): -16751065 or 2582016. OLE color: 2582016.

HSL color Cylindrical-coordinate representation of color #006627: hue angle of 142.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006627 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 102 39 -
CMYK 1 0 0.62 0.6
HSL 142.94º 1% 0.2% -
HSV(B) 142.94º 1% 0.4% -
XYZ 5.12 9.65 3.51 -
YUV 64.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 0 102 39 1 0 0.62 0.6 142.94 1 0.2
Hex 0 66 27 64 0 3E 3C 8F 64 14
Octal 0 146 47 144 0 76 74 217 144 24
Binary 0 1100110 100111 1100100 0 111110 111100 10001111 1100100 10100

Color Harmonies of #006627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006627

Black with #006627

Text Example


Text Example

White with #006627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006627; }

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

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

background-color css

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

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

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

border-color css

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

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

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