Html Css Color HEX #076727 Crusoe

📋 copy color: '#076727'

red 7 ◦ green 103 ◦ blue 39

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

Shades of Crusoe #076727

Tints of Crusoe #076727

RGB

 RED value IS 7 (3.13% from 255) = 4.7%

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

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

R = 4.7%
G = 69.13%
B = 26.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#076727 (or 0x076727) is known color: Crusoe. HEX triplet: 07, 67 and 27. RGB value is (7,103,39). Sum of RGB (Red+Green+Blue) = 7+103+39=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 103 (40.62% from 255 or 69.13% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 103 - color contains mainly: green. Hex color #076727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076727 is #F898D8. Grayscale: #434343. Windows color (decimal): -16292057 or 2582279. OLE color: 2582279.

HSL color Cylindrical-coordinate representation of color #076727: hue angle of 140º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076727 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 103 39 -
CMYK 0.93 0 0.62 0.60
HSL 140º 0.87% 0.22% -
HSV(B) 140º 0.93% 0.4% -
XYZ 5.3 9.89 3.55 -
YUV 67 112.2 85.2 -
System Red Green Blue C M Y K H S L
Decimal 7 103 39 0.93 0 0.62 0.60 140 0.87 0.22
Hex 7 67 27 5D 0 3E 3C 8C 57 16
Octal 7 147 47 135 0 76 74 214 127 26
Binary 111 1100111 100111 1011101 0 111110 111100 10001100 1010111 10110

Color Harmonies of #076727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076727

Black with #076727

Text Example


Text Example

White with #076727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076727; }

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

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

background-color css

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

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

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

border-color css

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

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

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