Html Css Color HEX #07631B Crusoe

📋 copy color: '#07631B'

red 7 ◦ green 99 ◦ blue 27

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

Shades of Crusoe #07631B

Tints of Crusoe #07631B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 74.44%

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

R = 5.26%
G = 74.44%
B = 20.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#07631B (or 0x07631B) is known color: Crusoe. HEX triplet: 07, 63 and 1B. RGB value is (7,99,27). Sum of RGB (Red+Green+Blue) = 7+99+27=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #07631B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07631B is #F89CE4. Grayscale: #3F3F3F. Windows color (decimal): -16293093 or 1794823. OLE color: 1794823.

HSL color Cylindrical-coordinate representation of color #07631B: hue angle of 133.04º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07631B is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 99 27 -
CMYK 0.93 0 0.73 0.61
HSL 133.04º 0.87% 0.21% -
HSV(B) 133.04º 0.93% 0.39% -
XYZ 4.75 9.05 2.53 -
YUV 63.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 7 99 27 0.93 0 0.73 0.61 133.04 0.87 0.21
Hex 7 63 1B 5D 0 49 3D 85 57 15
Octal 7 143 33 135 0 111 75 205 127 25
Binary 111 1100011 11011 1011101 0 1001001 111101 10000101 1010111 10101

Color Harmonies of #07631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07631B

Black with #07631B

Text Example


Text Example

White with #07631B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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