Html Css Color HEX #68780B Fiji Green

📋 copy color: '#68780B'

red 104 ◦ green 120 ◦ blue 11

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

Shades of Fiji Green #68780B

Tints of Fiji Green #68780B

RGB

 RED value IS 104 (41.02% from 255) = 44.26%

 GREEN value IS 120 (47.27% from 255) = 51.06%

 BLUE value IS 11 (4.69% from 255) = 4.68%

R = 44.26%
G = 51.06%
B = 4.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#68780B (or 0x68780B) is known color: Fiji Green. HEX triplet: 68, 78 and 0B. RGB value is (104,120,11). Sum of RGB (Red+Green+Blue) = 104+120+11=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #68780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68780B is #9787F4. Grayscale: #676767. Windows color (decimal): -9930741 or 751720. OLE color: 751720.

HSL color Cylindrical-coordinate representation of color #68780B: hue angle of 68.81º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68780B is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 120 11 -
CMYK 0.13 0 0.91 0.53
HSL 68.81º 0.83% 0.26% -
HSV(B) 68.81º 0.91% 0.47% -
XYZ 12.49 16.4 2.82 -
YUV 102.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 104 120 11 0.13 0 0.91 0.53 68.81 0.83 0.26
Hex 68 78 B D 0 5B 35 45 53 1A
Octal 150 170 13 15 0 133 65 105 123 32
Binary 1101000 1111000 1011 1101 0 1011011 110101 1000101 1010011 11010

Color Harmonies of #68780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68780B

Black with #68780B

Text Example


Text Example

White with #68780B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,120,11); }

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

background-color css

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

 a { background-color: rgb(104,120,11); }

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

border-color css

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

 span { border-color: rgb(104,120,11); }

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