Html Css Color HEX #10672F Crusoe

📋 copy color: '#10672F'

red 16 ◦ green 103 ◦ blue 47

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

Shades of Crusoe #10672F

Tints of Crusoe #10672F

RGB

 RED value IS 16 (6.64% from 255) = 9.64%

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

 BLUE value IS 47 (18.75% from 255) = 28.31%

R = 9.64%
G = 62.05%
B = 28.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#10672F (or 0x10672F) is known color: Crusoe. HEX triplet: 10, 67 and 2F. RGB value is (16,103,47). Sum of RGB (Red+Green+Blue) = 16+103+47=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #10672F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10672F is #EF98D0. Grayscale: #464646. Windows color (decimal): -15702225 or 3106576. OLE color: 3106576.

HSL color Cylindrical-coordinate representation of color #10672F: hue angle of 141.38º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10672F is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 103 47 -
CMYK 0.84 0 0.54 0.60
HSL 141.38º 0.73% 0.23% -
HSV(B) 141.38º 0.84% 0.4% -
XYZ 5.58 10.02 4.33 -
YUV 70.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 16 103 47 0.84 0 0.54 0.60 141.38 0.73 0.23
Hex 10 67 2F 54 0 36 3C 8D 49 17
Octal 20 147 57 124 0 66 74 215 111 27
Binary 10000 1100111 101111 1010100 0 110110 111100 10001101 1001001 10111

Color Harmonies of #10672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10672F

Black with #10672F

Text Example


Text Example

White with #10672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10672F; }

 p { color: rgb(16,103,47); }

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

background-color css

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

 a { background-color: rgb(16,103,47); }

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

border-color css

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

 span { border-color: rgb(16,103,47); }

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