#69781B

Color #69781B Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #69781B

Tints of Fiji Green #69781B

Color information

#69781B (or 0x69781B) is unknown color: approx Fiji Green. HEX triplet: 69, 78 and 1B. RGB value is (105,120,27). Sum of RGB (Red+Green+Blue) = 105+120+27=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #69781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69781B is #9687E4. Grayscale: #696969. Windows color (decimal): -9865189 or 1800297. OLE color: 1800297.

HSL color Cylindrical-coordinate representation of color #69781B: hue angle of 69.68º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69781B is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB10512027-
CMYK0.1300.780.53
HSL69.68º63.27%28.82%-
HSV(B)69.68º77.5%47.06%-
XYZ12.7416.523.55-
YUV104.9184.03128.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=41.67%
G=47.62%
B=10.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120270.1300.780.5369.6863.2728.82
Hex69781BD04E35463f1d
Octal15117033150116651067735
Binary1101001111100011011110101001110110101100011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69781B;
 }
 .AnyTagClassName
 {
   color: #69781B;
 }
</style>
background-color css

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

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

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

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

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

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