Html Css Color HEX #07621C Crusoe

📋 copy color: '#07621C'

red 7 ◦ green 98 ◦ blue 28

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

Shades of Crusoe #07621C

Tints of Crusoe #07621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 73.68%

 BLUE value IS 28 (11.33% from 255) = 21.05%

R = 5.26%
G = 73.68%
B = 21.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#07621C (or 0x07621C) is known color: Crusoe. HEX triplet: 07, 62 and 1C. RGB value is (7,98,28). Sum of RGB (Red+Green+Blue) = 7+98+28=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #07621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07621C is #F89DE3. Grayscale: #3F3F3F. Windows color (decimal): -16293348 or 1860103. OLE color: 1860103.

HSL color Cylindrical-coordinate representation of color #07621C: hue angle of 133.85º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07621C is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 98 28 -
CMYK 0.93 0 0.71 0.62
HSL 133.85º 0.87% 0.21% -
HSV(B) 133.85º 0.93% 0.38% -
XYZ 4.66 8.86 2.56 -
YUV 62.81 108.35 88.19 -
System Red Green Blue C M Y K H S L
Decimal 7 98 28 0.93 0 0.71 0.62 133.85 0.87 0.21
Hex 7 62 1C 5D 0 47 3E 86 57 15
Octal 7 142 34 135 0 107 76 206 127 25
Binary 111 1100010 11100 1011101 0 1000111 111110 10000110 1010111 10101

Color Harmonies of #07621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07621C

Black with #07621C

Text Example


Text Example

White with #07621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07621C; }

 p { color: rgb(7,98,28); }

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

background-color css

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

 a { background-color: rgb(7,98,28); }

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

border-color css

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

 span { border-color: rgb(7,98,28); }

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