Html Css Color HEX #69780A Fiji Green

📋 copy color: '#69780A'

red 105 ◦ green 120 ◦ blue 10

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

Shades of Fiji Green #69780A

Tints of Fiji Green #69780A

RGB

 RED value IS 105 (41.41% from 255) = 44.68%

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

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

R = 44.68%
G = 51.06%
B = 4.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#69780A (or 0x69780A) is known color: Fiji Green. HEX triplet: 69, 78 and 0A. RGB value is (105,120,10). Sum of RGB (Red+Green+Blue) = 105+120+10=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #69780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69780A is #9687F5. Grayscale: #676767. Windows color (decimal): -9865206 or 686185. OLE color: 686185.

HSL color Cylindrical-coordinate representation of color #69780A: hue angle of 68.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69780A is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 120 10 -
CMYK 0.13 0 0.92 0.53
HSL 68.18º 0.85% 0.25% -
HSV(B) 68.18º 0.92% 0.47% -
XYZ 12.6 16.46 2.8 -
YUV 102.98 75.53 129.44 -
System Red Green Blue C M Y K H S L
Decimal 105 120 10 0.13 0 0.92 0.53 68.18 0.85 0.25
Hex 69 78 A D 0 5C 35 44 55 19
Octal 151 170 12 15 0 134 65 104 125 31
Binary 1101001 1111000 1010 1101 0 1011100 110101 1000100 1010101 11001

Color Harmonies of #69780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69780A

Black with #69780A

Text Example


Text Example

White with #69780A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,120,10); }

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

background-color css

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

 a { background-color: rgb(105,120,10); }

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

border-color css

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

 span { border-color: rgb(105,120,10); }

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