Html Css Color HEX #006727 Crusoe

📋 copy color: '#006727'

red 0 ◦ green 103 ◦ blue 39

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

Shades of Crusoe #006727

Tints of Crusoe #006727

RGB

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

 GREEN value IS 103 (40.63% from 255) = 72.54%

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

R = 0%
G = 72.54%
B = 27.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#006727 (or 0x006727) is known color: Crusoe. HEX triplet: 00, 67 and 27. RGB value is (0,103,39). Sum of RGB (Red+Green+Blue) = 0+103+39=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #006727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006727 is #FF98D8. Grayscale: #414141. Windows color (decimal): -16750809 or 2582272. OLE color: 2582272.

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

Color convert

RGB 0 103 39 -
CMYK 1 0 0.62 0.60
HSL 142.72º 1% 0.2% -
HSV(B) 142.72º 1% 0.4% -
XYZ 5.22 9.85 3.55 -
YUV 64.91 113.38 81.7 -
System Red Green Blue C M Y K H S L
Decimal 0 103 39 1 0 0.62 0.60 142.72 1 0.2
Hex 0 67 27 64 0 3E 3C 8F 64 14
Octal 0 147 47 144 0 76 74 217 144 24
Binary 0 1100111 100111 1100100 0 111110 111100 10001111 1100100 10100

Color Harmonies of #006727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006727

Black with #006727

Text Example


Text Example

White with #006727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006727; }

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

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

background-color css

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

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

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

border-color css

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

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

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