Html Css Color HEX #65741B Fiji Green

📋 copy color: '#65741B'

red 101 ◦ green 116 ◦ blue 27

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

Shades of Fiji Green #65741B

Tints of Fiji Green #65741B

RGB

 RED value IS 101 (39.84% from 255) = 41.39%

 GREEN value IS 116 (45.7% from 255) = 47.54%

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

R = 41.39%
G = 47.54%
B = 11.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#65741B (or 0x65741B) is known color: Fiji Green. HEX triplet: 65, 74 and 1B. RGB value is (101,116,27). Sum of RGB (Red+Green+Blue) = 101+116+27=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #65741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65741B is #9A8BE4. Grayscale: #656565. Windows color (decimal): -10128357 or 1799269. OLE color: 1799269.

HSL color Cylindrical-coordinate representation of color #65741B: hue angle of 70.11º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65741B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 116 27 -
CMYK 0.13 0 0.77 0.55
HSL 70.11º 0.62% 0.28% -
HSV(B) 70.11º 0.77% 0.45% -
XYZ 11.81 15.34 3.37 -
YUV 101.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 101 116 27 0.13 0 0.77 0.55 70.11 0.62 0.28
Hex 65 74 1B D 0 4D 37 46 3E 1C
Octal 145 164 33 15 0 115 67 106 76 34
Binary 1100101 1110100 11011 1101 0 1001101 110111 1000110 111110 11100

Color Harmonies of #65741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65741B

Black with #65741B

Text Example


Text Example

White with #65741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,116,27); }

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

background-color css

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

 a { background-color: rgb(101,116,27); }

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

border-color css

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

 span { border-color: rgb(101,116,27); }

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