Html Css Color HEX #0F661A Crusoe

📋 copy color: '#0F661A'

red 15 ◦ green 102 ◦ blue 26

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

Shades of Crusoe #0F661A

Tints of Crusoe #0F661A

RGB

 RED value IS 15 (6.25% from 255) = 10.49%

 GREEN value IS 102 (40.23% from 255) = 71.33%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 10.49%
G = 71.33%
B = 18.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#0F661A (or 0x0F661A) is known color: Crusoe. HEX triplet: 0F, 66 and 1A. RGB value is (15,102,26). Sum of RGB (Red+Green+Blue) = 15+102+26=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #0F661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F661A is #F099E5. Grayscale: #434343. Windows color (decimal): -15768038 or 1730063. OLE color: 1730063.

HSL color Cylindrical-coordinate representation of color #0F661A: hue angle of 127.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F661A is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 15 102 26 -
CMYK 0.85 0 0.75 0.6
HSL 127.59º 0.74% 0.23% -
HSV(B) 127.59º 0.85% 0.4% -
XYZ 5.13 9.68 2.57 -
YUV 67.32 104.68 90.68 -
System Red Green Blue C M Y K H S L
Decimal 15 102 26 0.85 0 0.75 0.6 127.59 0.74 0.23
Hex F 66 1A 55 0 4B 3C 80 4A 17
Octal 17 146 32 125 0 113 74 200 112 27
Binary 1111 1100110 11010 1010101 0 1001011 111100 10000000 1001010 10111

Color Harmonies of #0F661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F661A

Black with #0F661A

Text Example


Text Example

White with #0F661A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F661A; }

 p { color: rgb(15,102,26); }

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

background-color css

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

 a { background-color: rgb(15,102,26); }

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

border-color css

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

 span { border-color: rgb(15,102,26); }

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