Html Css Color HEX #65740A Fiji Green

📋 copy color: '#65740A'

red 101 ◦ green 116 ◦ blue 10

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

Shades of Fiji Green #65740A

Tints of Fiji Green #65740A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.41%

R = 44.49%
G = 51.1%
B = 4.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#65740A (or 0x65740A) is known color: Fiji Green. HEX triplet: 65, 74 and 0A. RGB value is (101,116,10). Sum of RGB (Red+Green+Blue) = 101+116+10=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #65740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65740A is #9A8BF5. Grayscale: #636363. Windows color (decimal): -10128374 or 685157. OLE color: 685157.

HSL color Cylindrical-coordinate representation of color #65740A: hue angle of 68.49º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65740A is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 116 10 -
CMYK 0.13 0 0.91 0.55
HSL 68.49º 0.84% 0.25% -
HSV(B) 68.49º 0.91% 0.45% -
XYZ 11.67 15.28 2.62 -
YUV 99.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 101 116 10 0.13 0 0.91 0.55 68.49 0.84 0.25
Hex 65 74 A D 0 5B 37 44 54 19
Octal 145 164 12 15 0 133 67 104 124 31
Binary 1100101 1110100 1010 1101 0 1011011 110111 1000100 1010100 11001

Color Harmonies of #65740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65740A

Black with #65740A

Text Example


Text Example

White with #65740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65740A; }

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

 H1.HeaderClassName
 {
   color: #65740A;
 }
 .AnyTagClassName
 {
   color: #65740A;
 }
</style>

background-color css

<style>
 a { background-color: #65740A; }

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

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

border-color css

<style>
 span { border-color: #65740A; }

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

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