Html Css Color HEX #69771F Fiji Green

📋 copy color: '#69771F'

red 105 ◦ green 119 ◦ blue 31

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

Shades of Fiji Green #69771F

Tints of Fiji Green #69771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 41.18%
G = 46.67%
B = 12.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#69771F (or 0x69771F) is known color: Fiji Green. HEX triplet: 69, 77 and 1F. RGB value is (105,119,31). Sum of RGB (Red+Green+Blue) = 105+119+31=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #69771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69771F is #9688E0. Grayscale: #696969. Windows color (decimal): -9865441 or 2062185. OLE color: 2062185.

HSL color Cylindrical-coordinate representation of color #69771F: hue angle of 69.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69771F is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 31 -
CMYK 0.12 0 0.74 0.53
HSL 69.55º 0.59% 0.29% -
HSV(B) 69.55º 0.74% 0.47% -
XYZ 12.67 16.3 3.77 -
YUV 104.78 86.36 128.16 -
System Red Green Blue C M Y K H S L
Decimal 105 119 31 0.12 0 0.74 0.53 69.55 0.59 0.29
Hex 69 77 1F C 0 4A 35 46 3B 1D
Octal 151 167 37 14 0 112 65 106 73 35
Binary 1101001 1110111 11111 1100 0 1001010 110101 1000110 111011 11101

Color Harmonies of #69771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69771F

Black with #69771F

Text Example


Text Example

White with #69771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69771F; }

 p { color: rgb(105,119,31); }

 H1.HeaderClassName
 {
   color: #69771F;
 }
 .AnyTagClassName
 {
   color: #69771F;
 }
</style>

background-color css

<style>
 a { background-color: #69771F; }

 a { background-color: rgb(105,119,31); }

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

border-color css

<style>
 span { border-color: #69771F; }

 span { border-color: rgb(105,119,31); }

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