Html Css Color HEX #07551B Crusoe

📋 copy color: '#07551B'

red 7 ◦ green 85 ◦ blue 27

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

Shades of Crusoe #07551B

Tints of Crusoe #07551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 71.43%

 BLUE value IS 27 (10.94% from 255) = 22.69%

R = 5.88%
G = 71.43%
B = 22.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#07551B (or 0x07551B) is known color: Crusoe. HEX triplet: 07, 55 and 1B. RGB value is (7,85,27). Sum of RGB (Red+Green+Blue) = 7+85+27=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #07551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07551B is #F8AAE4. Grayscale: #373737. Windows color (decimal): -16296677 or 1791239. OLE color: 1791239.

HSL color Cylindrical-coordinate representation of color #07551B: hue angle of 135.38º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07551B is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 85 27 -
CMYK 0.92 0 0.68 0.67
HSL 135.38º 0.85% 0.18% -
HSV(B) 135.38º 0.92% 0.33% -
XYZ 3.53 6.62 2.13 -
YUV 55.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 7 85 27 0.92 0 0.68 0.67 135.38 0.85 0.18
Hex 7 55 1B 5C 0 44 43 87 55 12
Octal 7 125 33 134 0 104 103 207 125 22
Binary 111 1010101 11011 1011100 0 1000100 1000011 10000111 1010101 10010

Color Harmonies of #07551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07551B

Black with #07551B

Text Example


Text Example

White with #07551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07551B; }

 p { color: rgb(7,85,27); }

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

background-color css

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

 a { background-color: rgb(7,85,27); }

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

border-color css

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

 span { border-color: rgb(7,85,27); }

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